Spaces:
Runtime error
Runtime error
| from app import create_app | |
| app = create_app() | |
| # Vercel expects a variable named 'app' to be exposed | |
| from app import create_app | |
| app = create_app() | |
| # Vercel expects a variable named 'app' to be exposed | |