We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411d03a commit 2ff4040Copy full SHA for 2ff4040
Sources/App/routes.swift
@@ -4,7 +4,7 @@
4
func routes(_ app: Application) throws {
5
{{#leaf}}app.get { req async throws in
6
try await req.view.render("index", ["title": "Hello Vapor!"])
7
- }{{/leaf}}{{^leaf}}app.get { req async in
+ }{{/leaf}}{{^leaf}} app.get { req async in
8
"It works!"
9
}{{/leaf}}
10
0 commit comments