Skip to content

Commit

Permalink
Update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Sep 23, 2024
1 parent 944831b commit 6902ffe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions django_project/cloud_native_gis/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
TemplateView.as_view(template_name='cloud_native_gis/maputnik.html'),
name='cloud-native-gis-maputnik'
),
path('swagger/', schema_view.with_ui('swagger', cache_timeout=0), name='schema-swagger-ui'),
path('redoc/', schema_view.with_ui('redoc', cache_timeout=0), name='schema-redoc-ui'),
path('swagger/',
schema_view.with_ui('swagger', cache_timeout=0),
name='schema-swagger-ui'),
path('redoc/',
schema_view.with_ui('redoc', cache_timeout=0),
name='schema-redoc-ui'),
]

0 comments on commit 6902ffe

Please sign in to comment.