Skip to content

Instantly share code, notes, and snippets.

@hsharghi
Last active May 31, 2018 13:37
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 hsharghi/afacccda0a6f531827830ae17ea437d8 to your computer and use it in GitHub Desktop.
Save hsharghi/afacccda0a6f531827830ae17ea437d8 to your computer and use it in GitHub Desktop.
Routes for Blog API using Vapor 3
import Vapor
public func routes(_ router: Router) throws {
try router.register(collection: UserController())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment