Skip to content

Commit

Permalink
Update http2/Sources/App/Application+build.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Joannis Orlandos <[email protected]>
  • Loading branch information
adam-fowler and Joannis authored Jan 16, 2024
1 parent 3719f93 commit cd96b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http2/Sources/App/Application+build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func buildApplication(arguments: some AppArguments, configuration: HBApplication
}

let app = try HBApplication(
responder: router.buildResponder(),
router: router,
server: .http2(tlsConfiguration: arguments.tlsConfiguration),
configuration: configuration
)
Expand Down

0 comments on commit cd96b00

Please sign in to comment.