From 8a581cb0096fdf8742a780abf0f7e4fb23c4a0a4 Mon Sep 17 00:00:00 2001 From: UTAR Date: Mon, 16 Feb 2026 13:09:23 +0300 Subject: [PATCH] Update health.py --- llm_backend/app/api/health.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llm_backend/app/api/health.py b/llm_backend/app/api/health.py index fd2f109..b4cb63b 100644 --- a/llm_backend/app/api/health.py +++ b/llm_backend/app/api/health.py @@ -2,6 +2,7 @@ router = APIRouter() + @router.get("/health") def health(): return {"status": "ok"}