feat(urls): add name to health_check route

Add a name to the health_check URL pattern to improve readability and enable reverse lookups.
This commit is contained in:
Egor Pavlovich Gorbunov 2026-02-21 22:26:04 +03:00
parent 8883b9f43d
commit 236323b93b

View file

@ -44,6 +44,7 @@ urlpatterns = [
), ),
], ],
), ),
name="health_check",
), ),
path( path(
r"prometheus/", r"prometheus/",