Skip to content

Instantly share code, notes, and snippets.

@OdongAlican
Created May 4, 2020 20:33
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 OdongAlican/65bdacebb6b02af418eeacaec8e73a59 to your computer and use it in GitHub Desktop.
Save OdongAlican/65bdacebb6b02af418eeacaec8e73a59 to your computer and use it in GitHub Desktop.
exports.getOne = async function (req, res) {
const post = await req.post;
res.json(post);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment