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