File size: 123 Bytes
658a5c2 |
1 2 3 4 5 6 |
from app.main import app
# This is the entry point for Vercel
def handler(event, context):
return app(event, context)
|
658a5c2 |
1 2 3 4 5 6 |
from app.main import app
# This is the entry point for Vercel
def handler(event, context):
return app(event, context)
|