Make Drilldown public

This commit is contained in:
2022-08-02 22:22:22 +01:00
parent fa2bfdecdd
commit b323ea2ae2
3 changed files with 20 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ from core.views.ui.insights import (
)
urlpatterns = [
path("", Home.as_view(), name="home"),
path("", Drilldown.as_view(), name="home"),
path("callback", Callback.as_view(), name="callback"),
path("billing/", Billing.as_view(), name="billing"),
path("order/<str:plan_name>/", Order.as_view(), name="order"),