Skip to content

Commit 9b8dba8

Browse files
committed
Fix via coreapi/from-documenting-your-api
1 parent 3ca9501 commit 9b8dba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
url(r'^api/v2/event/(?P<pk>\d+)', api_views.EventViewset.as_view({'get': 'retrieve'})),
194194
url(r'^api/v2/event/(?P<slug>[-\w]+)', api_views.EventViewset.as_view({'get': 'retrieve'}, lookup_field='slug')),
195195
url(r'^api/v2/exportperresults/', per_views.ExportAssessmentToCSVViewset.as_view()),
196-
url(r'^docs/', include_docs_urls(title='IFRC Go API')),
196+
url(r'^docs/', include_docs_urls(title='IFRC Go API', public=False)),
197197
url(r'^tinymce/', include('tinymce.urls')),
198198
url(r'^admin/', RedirectView.as_view(url='/')),
199199
# url(r'^', admin.site.urls),

0 commit comments

Comments
 (0)