Remove Mangum
This commit is contained in:
@@ -50,5 +50,3 @@ 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)
|
|
||||||
Reference in New Issue
Block a user