From eb77beb1ad12faae3aa51120b24bd827b8604763 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Sat, 23 Dec 2023 08:41:32 +0100 Subject: [PATCH] Update for changes on 2.x.x --- hello/Packages/hummingbird | 1 - http2/Packages/hummingbird | 1 - http2/Sources/App/Application+build.swift | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 120000 hello/Packages/hummingbird delete mode 120000 http2/Packages/hummingbird 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