Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ajaykarthikr/41f45a1d8469b3e9d7e2366f601c206b to your computer and use it in GitHub Desktop.
Save ajaykarthikr/41f45a1d8469b3e9d7e2366f601c206b to your computer and use it in GitHub Desktop.
app.post("/", async function (req, res) {
return res.status(400).json({data: 'hello world'})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment