From 16ac0e35b7b25088c94659d62edf979417e44583 Mon Sep 17 00:00:00 2001 From: Ivan Koldakov Date: Sun, 28 Jan 2024 21:20:58 +0100 Subject: [PATCH] Change health method type --- app/routers/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/root.py b/app/routers/root.py index c392897..4927c1b 100644 --- a/app/routers/root.py +++ b/app/routers/root.py @@ -10,7 +10,7 @@ router = APIRouter() -@router.get( +@router.head( "/health", tags=["health_check"], include_in_schema=False,