Skip to content

Instantly share code, notes, and snippets.

@kauemurakami
Created June 1, 2020 18:07
Show Gist options
  • Save kauemurakami/c2ec876e10d4fdb3458974bce971ebc8 to your computer and use it in GitHub Desktop.
Save kauemurakami/c2ec876e10d4fdb3458974bce971ebc8 to your computer and use it in GitHub Desktop.
recuperando todos os registros
export const getUsers = async (req: Request, res: Response) => {
res.status(200).send({ clients: await Client.all() })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment