5 lines
127 B
Python
5 lines
127 B
Python
"""Vercel ASGI entrypoint; the React build is served separately by the CDN."""
|
|
from backend.main import app
|
|
|
|
__all__ = ["app"]
|