auth
This commit is contained in:
@@ -43,6 +43,7 @@ urlpatterns = [
|
||||
path('api/v1/events/', include("events.urls")),
|
||||
path('api/v1/outreach/', include("outreach.urls")),
|
||||
path('api/v1/surveys/', include("surveys.urls")),
|
||||
path('api/v1/users/', include("users.urls")),
|
||||
|
||||
path('docs/swagger<format>/', schema_view.without_ui(cache_timeout=0), name='schema-json'),
|
||||
path('docs/swagger/', schema_view.with_ui('swagger', cache_timeout=0), name='schema-swagger-ui'),
|
||||
|
||||
Reference in New Issue
Block a user