diff --git a/hello/Packages/hummingbird b/hello/Packages/hummingbird deleted file mode 120000 index e3aaea80..00000000 --- a/hello/Packages/hummingbird +++ /dev/null @@ -1 +0,0 @@ -/Users/adamfowler/Developer/server/hummingbird-project/hummingbird \ No newline at end of file diff --git a/http2/Packages/hummingbird b/http2/Packages/hummingbird deleted file mode 120000 index e3aaea80..00000000 --- a/http2/Packages/hummingbird +++ /dev/null @@ -1 +0,0 @@ -/Users/adamfowler/Developer/server/hummingbird-project/hummingbird \ No newline at end of file diff --git a/http2/Sources/App/Application+build.swift b/http2/Sources/App/Application+build.swift index 7df2516d..da791f42 100644 --- a/http2/Sources/App/Application+build.swift +++ b/http2/Sources/App/Application+build.swift @@ -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