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