Skip to content

Commit

Permalink
🧑‍💻🐳 chore: remove deprecated url
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiang committed Feb 24, 2023
1 parent 7ac4ef2 commit cef981d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
14 changes: 1 addition & 13 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
# These are supported funding model platforms

github: [wangxiang4] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['https://godolphinx.org/sponsors/index.html']
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ public R updateProfile(@RequestBody User user) {
return R.ok();
}

@SysLog("用户头像修改")
@PutMapping("/updateAvatar")
@PreAuthorize("@pms.hasPermission('user_edit')")
public File updateAvatar(@RequestParam("avatarFile") MultipartFile file) {
return fileService.uploadFile(file, null);
}

@SysLog("用户密码修改")
@PutMapping("/updatePwd")
@PreAuthorize("@pms.hasPermission('user_edit')")
Expand Down

0 comments on commit cef981d

Please sign in to comment.