Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created October 13, 2019 12:10
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 luandevpro/ebf3873a1f817d24bf563b235cb1c892 to your computer and use it in GitHub Desktop.
Save luandevpro/ebf3873a1f817d24bf563b235cb1c892 to your computer and use it in GitHub Desktop.
async function handle(req, res) {
res.json({ user: 'Hello World' });
}
export default handle;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment