chetantiwari's picture
commit
658a5c2
Raw
History Blame Contribute Delete
123 Bytes
from app.main import app
# This is the entry point for Vercel
def handler(event, context):
return app(event, context)