Skip to content

Commit 342ef6d

Browse files
committed
feat: authentication demo
1 parent 3351968 commit 342ef6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/users/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
path('user/login', views.LoginView.as_view(), name='login'),
88
path('user/profile', views.UserProfileView.as_view(), name="user_profile"),
99
path('user/test', views.TestPermissionsUserView.as_view(), name="test"),
10-
path('user/<str:workspace_id>', views.TestWorkspacePermissionUserView.as_view(),
10+
path('workspace/<str:workspace_id>/user/profile', views.TestWorkspacePermissionUserView.as_view(),
1111
name="test_workspace_id_permission")
1212
]

0 commit comments

Comments
 (0)