Make Drilldown public
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user