Skip to content

Commit

Permalink
解决已知问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYuYang01 committed Jan 26, 2025
1 parent 34b396b commit bda4e11
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public Result<List<Role>> list() {
return Result.success(data);
}

@PremName("role:getRouteList")
@GetMapping("/route/{id}")
@ApiOperation("获取指定角色的路由列表")
@ApiOperationSupport(author = "刘宇阳 | liuyuyang1024@yeah.net", order = 7)
Expand All @@ -90,7 +89,6 @@ public Result<List<Route>> getRouteList(@PathVariable Integer id) {
return Result.success(list);
}

@PremName("role:getPermissionList")
@GetMapping("/permission/{id}")
@ApiOperation("获取指定角色的权限列表")
@ApiOperationSupport(author = "刘宇阳 | liuyuyang1024@yeah.net", order = 8)
Expand Down

0 comments on commit bda4e11

Please sign in to comment.