Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/index.js Secret

Created May 21, 2020 14:06
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 kasramp/ad20fd0958e3817d5323b49c079a93c8 to your computer and use it in GitHub Desktop.
Save kasramp/ad20fd0958e3817d5323b49c079a93c8 to your computer and use it in GitHub Desktop.
router.get("/v1/users", (context) => {
context.response.body = { users: dummyUsers };
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment