From 528de08af21b9955f002e46b3965228047fbbcf3 Mon Sep 17 00:00:00 2001 From: mohsentaba Date: Tue, 20 Jan 2026 17:28:33 +0330 Subject: [PATCH] debugging server --- apps/hadis/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hadis/urls.py b/apps/hadis/urls.py index a1bfeb3..f21b3aa 100644 --- a/apps/hadis/urls.py +++ b/apps/hadis/urls.py @@ -53,7 +53,7 @@ urlpatterns = [ path('/corrections/', cached_view(HadisCorrectionsView.as_view()), name='hadis-corrections'), path('/', cached_view(HadisBasicView.as_view()), name='hadis-basic'), # ← Least specific LAST - path('test-deploy',test_deploy , name='test'), + path('test/test-deploy',test_deploy , name='test'), path('debug-headers',debug_headers , name='headers'), ]