Remove Mangum

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