feat: update Swagger UI endpoint paths to include 'yoursoftwaredevelopers'
This commit is contained in:
parent
ff3d135a20
commit
04a329e970
@ -10,6 +10,6 @@ urlpatterns = [
|
||||
path('', api_root, name='api-root'),
|
||||
|
||||
# Swagger UI endpoints
|
||||
path('api/schema/', SpectacularAPIView.as_view(), name='schema'),
|
||||
path('api/docs/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
|
||||
path('api/schema/yoursoftwaredevelopers', SpectacularAPIView.as_view(), name='schema'),
|
||||
path('api/docs/yoursoftwaredevelopers/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user