Browse Source

debugging server

master
Mohsen Taba 4 months ago
parent
commit
528de08af2
  1. 2
      apps/hadis/urls.py

2
apps/hadis/urls.py

@ -53,7 +53,7 @@ urlpatterns = [
path('<str:hadis_slug>/corrections/', cached_view(HadisCorrectionsView.as_view()), name='hadis-corrections'),
path('<str:hadis_slug>/', 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'),
]
Loading…
Cancel
Save