feat: cms users institution department manager
This commit is contained in:
@@ -23,6 +23,8 @@ urlpatterns = [
|
||||
path('institution_info/', views.institution_info, name='institution-info'),
|
||||
path('my_departments/', views.my_departments, name='my-departments'),
|
||||
path('profile/config/', views.student_profile_config, name='student-profile-config'),
|
||||
# 移动端个人中心:个人信息获取(GET) / 更新(PATCH)
|
||||
path('profile/', views.profile, name='profile'),
|
||||
# 认证相关
|
||||
path('auth/send-code/', send_code, name='send-code'),
|
||||
path('auth/register/', register, name='register'),
|
||||
|
||||
Reference in New Issue
Block a user