Spaces:
Sleeping
Sleeping
Commit ·
1ce845b
1
Parent(s): 7bacd48
okay
Browse files- api/server.py +1 -1
api/server.py
CHANGED
|
@@ -326,7 +326,7 @@ def _batch_result_from_ok(result: ConversionResult) -> BatchFileResult:
|
|
| 326 |
# ---------------------------------------------------------------------------
|
| 327 |
|
| 328 |
@app.get("/health", tags=["System"], summary="Liveness check")
|
| 329 |
-
async def health(
|
| 330 |
"""Return server status and uptime in seconds."""
|
| 331 |
return {
|
| 332 |
"success": True,
|
|
|
|
| 326 |
# ---------------------------------------------------------------------------
|
| 327 |
|
| 328 |
@app.get("/health", tags=["System"], summary="Liveness check")
|
| 329 |
+
async def health():
|
| 330 |
"""Return server status and uptime in seconds."""
|
| 331 |
return {
|
| 332 |
"success": True,
|