Skip to content

Instantly share code, notes, and snippets.

@takuya-nakayasu
Created October 14, 2016 03:16
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 takuya-nakayasu/8b3cc783506f10f2bb1f07278a7f7465 to your computer and use it in GitHub Desktop.
Save takuya-nakayasu/8b3cc783506f10f2bb1f07278a7f7465 to your computer and use it in GitHub Desktop.
router.get('/profile/:id', function (req, res) {
res.send('GET request to the /profile/' + req.params.id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment