mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: authentication demo
This commit is contained in:
parent
3351968969
commit
342ef6df30
|
|
@ -7,6 +7,6 @@ urlpatterns = [
|
|||
path('user/login', views.LoginView.as_view(), name='login'),
|
||||
path('user/profile', views.UserProfileView.as_view(), name="user_profile"),
|
||||
path('user/test', views.TestPermissionsUserView.as_view(), name="test"),
|
||||
path('user/<str:workspace_id>', views.TestWorkspacePermissionUserView.as_view(),
|
||||
path('workspace/<str:workspace_id>/user/profile', views.TestWorkspacePermissionUserView.as_view(),
|
||||
name="test_workspace_id_permission")
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue