diff --git a/bothub/urls.py b/bothub/urls.py index 628f309a..5bd685ab 100644 --- a/bothub/urls.py +++ b/bothub/urls.py @@ -8,6 +8,7 @@ urlpatterns = [ + path('', include(bothub_api_routers.urls)), path('api/', include(bothub_api_routers.urls)), path('docs/', include_docs_urls(title='API Documentation')), path('admin/', admin.site.urls),