()
| 60 | from fastapi.responses import HTMLResponse |
| 61 | |
| 62 | app = FastAPI(title="SecSuite Dashboard", version="2.0.0") |
| 63 | |
| 64 | # ── API routes ───────────────────────────────────────────────────────────── |
| 65 | |
| 66 | @app.get("/api/stats") |
nothing calls this directly
no test coverage detected