Skip to content

Instantly share code, notes, and snippets.

@takuya-nakayasu
Created October 14, 2016 03:35
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/2bfebe4910bf5aa54da394dc0d94c657 to your computer and use it in GitHub Desktop.
Save takuya-nakayasu/2bfebe4910bf5aa54da394dc0d94c657 to your computer and use it in GitHub Desktop.
router.post('/profile/create', function (req, res) {
res.send('create ' + req.body.name + ' profile');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment