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: