Root endpoint to check if the API is running
()
| 747 | |
| 748 | @app.get("/") |
| 749 | async def root(): |
| 750 | """Root endpoint to check if the API is running""" |
| 751 | return {"status": "API is running", "message": "Navigate to /docs for API documentation"} |
nothing calls this directly
no outgoing calls
no test coverage detected