diff --git a/bothub/urls.py b/bothub/urls.py index ba42a7df..3e3938d2 100644 --- a/bothub/urls.py +++ b/bothub/urls.py @@ -33,7 +33,8 @@ ) urlpatterns = [ - path("", schema_view.with_ui("redoc")), + path("", r200), + path("docs/", schema_view.with_ui("redoc")), path("v2/", include(bothub_api_v2_urls)), path("admin/", admin.site.urls), path("ping/", ping, name="ping"),