Remove Mangum

This commit is contained in:
Anup Raj Gopinathan
2025-06-25 15:29:21 +02:00
parent ffff5c0869
commit 4eb4e8db5f
+1 -3
View File
@@ -49,6 +49,4 @@ def lambda_handler(event, context):
def lambda_handler_upgrade_db(event, context): def lambda_handler_upgrade_db(event, context):
with app.app_context(): with app.app_context():
upgrade() upgrade()
return {"statusCode": 200, "body": "Database upgraded successfully"} return {"statusCode": 200, "body": "Database upgraded successfully"}
handler = Mangum(app)