Spaces:
Runtime error
Runtime error
| from fastapi import FastAPI | |
| def create_app(): | |
| app = FastAPI() | |
| def status(): | |
| return {"status": "supabase-worker-started-http-intentionally-unreachable"} | |
| return app | |
| from fastapi import FastAPI | |
| def create_app(): | |
| app = FastAPI() | |
| def status(): | |
| return {"status": "supabase-worker-started-http-intentionally-unreachable"} | |
| return app | |