Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Aug 23, 2023
1 parent 35f68e8 commit 17d81da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ import VercelVapor
@main
struct App: VaporHandler {

static let app: Application = {
static func configure() async throws -> Application {
let app = Application()

app.get { _ in
"Hello, Vapor"
}

return app
}()
}
}
```

Expand Down

0 comments on commit 17d81da

Please sign in to comment.