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:
parent
8883b9f43d
commit
236323b93b
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ urlpatterns = [
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
name="health_check",
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
r"prometheus/",
|
r"prometheus/",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue