Skip to content

Instantly share code, notes, and snippets.

@MeoBeoI
Last active January 28, 2016 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeoBeoI/06bfd5455a1a96ca3320 to your computer and use it in GitHub Desktop.
Save MeoBeoI/06bfd5455a1a96ca3320 to your computer and use it in GitHub Desktop.
// Company API
router.post('signUp', signUp)
router.get('confirmByEmail/:id', confirmByEmail)
router.post('signIn', signIn)
router.post('update', update)
router.post('getCompanyAccessToken', getCompanyAccessToken)
// Company -> Product API
router.post('getProductDetail', getProductDetail)
router.post('createProduct', createProduct)
router.post('deleteProducts', deleteProducts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment