From 6c6da18d913b9c5608a3910fc2777dd2f69ff5c1 Mon Sep 17 00:00:00 2001 From: A7640S Date: Fri, 18 Jul 2025 16:43:59 +0000 Subject: [PATCH] middleware of tenant --- Mapapi/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mapapi/urls.py b/Mapapi/urls.py index 0a60b64..8c75f73 100644 --- a/Mapapi/urls.py +++ b/Mapapi/urls.py @@ -16,7 +16,7 @@ urlpatterns = [ path('tenant-config/', TenantConfigView.as_view(), name='tenant_config'), path('organisations/', OrganisationViewSet.as_view(), name='organisation-list-create'), -path('organisations/', OrganisationViewSet.as_view(), name='organisation-detail'), + path('organisations/', OrganisationViewSet.as_view(), name='organisation-detail'), # URL PATTERNS for the documentation path('api/schema/', SpectacularAPIView.as_view(), name='schema'), # Optional UI: