Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cweinberger/f3c70a8bd2916cd6c57f69766d57d4e9 to your computer and use it in GitHub Desktop.
Save cweinberger/f3c70a8bd2916cd6c57f69766d57d4e9 to your computer and use it in GitHub Desktop.
// 1
let apiRoutes = app.grouped("api", "v1")
// 2
try apiRoutes.grouped("books").register(collection: bookAPIController)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment