pipelines message

main
Timothy Rees 2 years ago
parent ca4c3545d1
commit cfda5a9695

@ -2,7 +2,7 @@ import Vapor
func routes(_ app: Application) throws {
app.get { req async in
"It works!"
"Did this build with pipelines?!"
}
app.get("hello") { req async -> String in

Loading…
Cancel
Save