Skip to content

Commit

Permalink
Add leading spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tockrock committed Mar 24, 2024
1 parent 411d03a commit e98336e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/App/routes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
func routes(_ app: Application) throws {
{{#leaf}}app.get { req async throws in
try await req.view.render("index", ["title": "Hello Vapor!"])
}{{/leaf}}{{^leaf}}app.get { req async in
}{{/leaf}}{{^leaf}} app.get { req async in
"It works!"
}{{/leaf}}

Expand Down

0 comments on commit e98336e

Please sign in to comment.