Skip to content

Instantly share code, notes, and snippets.

@Edudjr
Created October 16, 2018 21:28
Show Gist options
  • Save Edudjr/0878f87d975a9481ad84c47cd9aafad8 to your computer and use it in GitHub Desktop.
Save Edudjr/0878f87d975a9481ad84c47cd9aafad8 to your computer and use it in GitHub Desktop.
/* arquivo: routes/users.js
* url de resposta: http://localhost:3000/users/aquiagora
*/
router.get('/aquiagora', function(req, res, next) {
res.send('ok');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment