Skip to content

Commit

Permalink
feat(authentication): 修改方法名
Browse files Browse the repository at this point in the history
  • Loading branch information
conifercone committed Dec 9, 2024
1 parent cdfaf2a commit 8464166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void deletePath(@PathVariable(value = "ancestorId") Long ancestorId,
@GetMapping("/downloadAll")
@RateLimiter
@API(status = Status.STABLE, since = "2.4.0")
public void deletePath(HttpServletResponse response) {
public void downloadAll(HttpServletResponse response) {
permissionService.downloadAll(response);
}
}

0 comments on commit 8464166

Please sign in to comment.