Skip to content

Instantly share code, notes, and snippets.

@takuya-nakayasu
Last active October 14, 2016 02:08
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/7b47ac0471b9a10e1bb3237d75eb1a0b to your computer and use it in GitHub Desktop.
Save takuya-nakayasu/7b47ac0471b9a10e1bb3237d75eb1a0b to your computer and use it in GitHub Desktop.
router.get('/profile/list', function (req, res) {
res.send('Accessing the profile list');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment