feat: add profile api
This commit is contained in:
@@ -38,6 +38,9 @@ USER_CHANGE_PWD_URL = '/api/user/users/change-password/'
|
||||
USER_ME_URL = '/api/user/users/me/'
|
||||
USER_LIST_URL = '/api/user/users/'
|
||||
USER_INSTITUTION_LIST_URL = '/api/user/institution_list/'
|
||||
USER_INSTITUTION_INFO_URL = '/api/user/institution_info/'
|
||||
USER_MY_DEPARTMENTS_URL = '/api/user/my_departments/'
|
||||
USER_PROFILE_CONFIG_URL = '/api/user/profile/config/'
|
||||
|
||||
# 病例
|
||||
CASE_PARSE_URL = '/api/case/cases/parse-pdf/'
|
||||
|
||||
Reference in New Issue
Block a user