chetantiwari's picture
commit
658a5c2
raw
history blame
123 Bytes
from app.main import app
# This is the entry point for Vercel
def handler(event, context):
return app(event, context)