Skip to content

Commit cee106f

Browse files
authored
Use Hummingbird RC 1 (#18)
1 parent ea16266 commit cee106f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
16-
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.8"),
16+
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-rc.1"),
1717
],
1818
targets: [
1919
.target(

Sources/OpenAPIHummingbird/OpenAPITransport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extension RouterMethods {
3434
path: String
3535
) throws {
3636
self.on(
37-
path,
37+
.init(path),
3838
method: method
3939
) { request, context in
4040
let (openAPIRequest, openAPIRequestBody) = try request.makeOpenAPIRequest(context: context)

0 commit comments

Comments
 (0)