diff --git a/Sources/App/routes.swift b/Sources/App/routes.swift index 2edcc8f..e72619e 100644 --- a/Sources/App/routes.swift +++ b/Sources/App/routes.swift @@ -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