Skip to content

Commit

Permalink
Update for changes on 2.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 23, 2023
1 parent 2b6c759 commit eb77beb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion hello/Packages/hummingbird

This file was deleted.

1 change: 0 additions & 1 deletion http2/Packages/hummingbird

This file was deleted.

2 changes: 1 addition & 1 deletion http2/Sources/App/Application+build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func buildApplication(arguments: some AppArguments, configuration: HBApplication

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

0 comments on commit eb77beb

Please sign in to comment.