()
| 142 | # Root path to check if service is running |
| 143 | @app.get("/") |
| 144 | async def root(): |
| 145 | return {"status": "API server is running"} |
| 146 | |
| 147 | |
| 148 | @app.delete("/delete-account", summary="Permanently delete user account") |
nothing calls this directly
no outgoing calls
no test coverage detected