summaryrefslogtreecommitdiffstats
path: root/res/res/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'res/res/urls.py')
-rw-r--r--res/res/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res/urls.py b/res/res/urls.py
index b9c08ca..83bbdaf 100644
--- a/res/res/urls.py
+++ b/res/res/urls.py
@@ -37,6 +37,7 @@ SchemaView = get_schema_view(
urlpatterns = [
url(r'^', include('res.samples.urls')),
+ url(r'^', include('res.swagger.urls')),
url(r'^', include('res.resources.urls')),
url(r'^swagger(?P<format>.json|.yaml)$', SchemaView.without_ui(cache_timeout=0), name='schema-json'),
url(r'^swagger/$', SchemaView.with_ui('swagger', cache_timeout=0), name='schema-swagger-ui'),