From 5be3410e0f0d9eae487eb10efba954f1b599b19d Mon Sep 17 00:00:00 2001 From: ngovinh2k2 Date: Fri, 3 Jul 2026 10:36:06 +0700 Subject: [PATCH] fix: rename url for silk --- bootstrap_service/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_service/urls.py b/bootstrap_service/urls.py index 47edc4a..f764f69 100644 --- a/bootstrap_service/urls.py +++ b/bootstrap_service/urls.py @@ -50,7 +50,7 @@ def health_check(_): name="schema-swagger-ui", ), *( - [path("silk/console/", include("silk.urls", namespace="silk"))] + [path("silk/bootstrap/", include("silk.urls", namespace="silk"))] if settings.SILK_ENABLED else [] ),