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