Soumik-404 commited on
Commit
1ce845b
·
1 Parent(s): 7bacd48
Files changed (1) hide show
  1. 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(_: str = Depends(_validate_api_token)):
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,