This commit is contained in:
Mikan
2025-05-19 17:22:00 +03:00
parent a0a337045b
commit d8545bb7cf
6 changed files with 83 additions and 3 deletions

View File

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