Skip to content

Instantly share code, notes, and snippets.

@aanchirinah
Last active July 28, 2018 12:25
Show Gist options
  • Save aanchirinah/e0b20e7f87859b88e34e1f7289267369 to your computer and use it in GitHub Desktop.
Save aanchirinah/e0b20e7f87859b88e34e1f7289267369 to your computer and use it in GitHub Desktop.
//POST /signup
router.post('/signup', SignUpController);
// POST /verication?token=[string]&email=[string]
router.post('/verification', VerificationController);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment