Skip to content

Commit ad12dea

Browse files
author
Jan Kammerath
committed
removed unused vaporProxy
1 parent a105d9e commit ad12dea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Handler.swift

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ struct APIGatewayProxyLambda: LambdaHandler {
1515
init(context: LambdaInitializationContext) async throws {
1616
print("Serverless Swift cold started!")
1717

18-
let vaporProxy = VaporProxy.shared
1918
let app = VaporProxy.shared.app
2019
app.get { req in
2120
return HelloWorld(message: "Hello, world!")

0 commit comments

Comments
 (0)