Skip to content

Instantly share code, notes, and snippets.

@myogeshchavan97
Created November 26, 2019 11:53
Show Gist options
  • Save myogeshchavan97/ecdc25d4022ddfa8fada402f338a71eb to your computer and use it in GitHub Desktop.
Save myogeshchavan97/ecdc25d4022ddfa8fada402f338a71eb to your computer and use it in GitHub Desktop.
Post Route
app.post('/users', (req, res) => {
users.push(req.body);
res.send(users);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment