Skip to content

Commit

Permalink
Merge pull request #74 from jamebal/share
Browse files Browse the repository at this point in the history
share
  • Loading branch information
jamebal authored May 28, 2024
2 parents 3cc7a29 + f57d5f8 commit 6e9b47f
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class TagController {

@Operation(summary = "标签列表")
@GetMapping("/tag/list")
@Permission("website:set:list")
@LogOperatingFun(logType = LogOperation.Type.BROWSE)
public ResponseResult<List<TagDTO>> list(String userId) {
return ResultUtil.success(tagService.list(userId));
Expand Down
Loading

0 comments on commit 6e9b47f

Please sign in to comment.