Skip to content

Instantly share code, notes, and snippets.

@dangvanduc90
Last active January 23, 2019 17:21
Show Gist options
  • Save dangvanduc90/e97f3abebcecd98d379c286ced2500dd to your computer and use it in GitHub Desktop.
Save dangvanduc90/e97f3abebcecd98d379c286ced2500dd to your computer and use it in GitHub Desktop.
router.post('/send_email', function (req, res) {
sendEmail() // send email async
res.json({ "name": "dangvanduc90" }) // return some data
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment