Spaces:
Sleeping
Sleeping
| from fastapi import FastAPI | |
| app = FastAPI(title="GA2 Observability API") | |
| def root(): | |
| return {"message": "Deployment-ready-ga2-50e79a", "status": "active"} | |
| def health_check(): | |
| return {"status": "healthy", "port": 7211} | |