Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created June 27, 2018 18:04
Show Gist options
  • Save azamsharp/1e7ce23842cef87cd54b1d75eb9f6788 to your computer and use it in GitHub Desktop.
Save azamsharp/1e7ce23842cef87cd54b1d75eb9f6788 to your computer and use it in GitHub Desktop.
import Vapor
/// Register your application's routes here.
public func routes(_ router: Router) throws {
router.get("movies") { request in
return "movies"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment