edited url path for dashboard because of changes made in view.py

parent ca6bc7dc
......@@ -5,6 +5,6 @@ from .import views
# url for dashboard
urlpatterns = [
path("", views.dashboardIndex, name = "dashboardIndex")
path("", views.dashboard_view, name = "dashboard"),
]
app_name = "dashboard"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment