Skip to content

Commit

Permalink
move docs page to /docs, leave / as healthcheck endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Aug 15, 2024
1 parent 049a028 commit eda215b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bothub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit eda215b

Please sign in to comment.