Skip to content

Instantly share code, notes, and snippets.

@matmar10
Last active August 29, 2015 14:12
Show Gist options
  • Save matmar10/a3f4792c2a3489262233 to your computer and use it in GitHub Desktop.
Save matmar10/a3f4792c2a3489262233 to your computer and use it in GitHub Desktop.
Express the easy way
app.post('/user/:id',
lookupUser,
validatePostBody,
mergeUser,
saveUser,
sendUserUpdatedEmail,
returnSuccess);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment