Skip to content

Instantly share code, notes, and snippets.

@mickaelw
Last active August 18, 2020 09:28
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 mickaelw/8febd3d94a7cffaaa18dfabc09390c83 to your computer and use it in GitHub Desktop.
Save mickaelw/8febd3d94a7cffaaa18dfabc09390c83 to your computer and use it in GitHub Desktop.
export const bookstoreRoutes = (app: Express, dependencies: Dependencies) => {
app.get('/books/:id', getBookById(dependencies))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment