Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/index.js Secret

Created May 28, 2020 13:11
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/540684a2a533480ef00868b39db32e5e to your computer and use it in GitHub Desktop.
Save kasramp/540684a2a533480ef00868b39db32e5e to your computer and use it in GitHub Desktop.
router.get("/v1/users", async (context) => {
context.response.body = await storage.getUsers();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment