Skip to content

Commit

Permalink
Change health method type
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jan 28, 2024
1 parent 4c825e7 commit 16ac0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
router = APIRouter()


@router.get(
@router.head(
"/health",
tags=["health_check"],
include_in_schema=False,
Expand Down

0 comments on commit 16ac0e3

Please sign in to comment.