add index
This commit is contained in:
parent
6869d06001
commit
e4fe128ef6
@ -10,7 +10,7 @@ router.register(r'projects', ProjectViewSet)
|
||||
router.register(r'tasks', TaskViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
path ('', index, name='index'),
|
||||
path ('', welcome_page, name='welcome_page'),
|
||||
path('api/', include(router.urls)),
|
||||
path('projects/create/', create_project, name='create_project'),
|
||||
path('projects/<int:project_id>/', project_dashboard, name='project_dashboard'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user