From 236323b93b4133a52334d4cb73552979078a5698 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sat, 21 Feb 2026 22:26:04 +0300 Subject: [PATCH] feat(urls): add name to health_check route Add a name to the health_check URL pattern to improve readability and enable reverse lookups. --- schon/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/schon/urls.py b/schon/urls.py index 6b7f6c49..d86d4f4f 100644 --- a/schon/urls.py +++ b/schon/urls.py @@ -44,6 +44,7 @@ urlpatterns = [ ), ], ), + name="health_check", ), path( r"prometheus/",