Skip to content

Commit

Permalink
Turn home path as api
Browse files Browse the repository at this point in the history
  • Loading branch information
dougppaz committed Aug 24, 2018
1 parent 92de9c6 commit 00b6dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bothub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 00b6dba

Please sign in to comment.