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'), ]