Skip to content

Commit

Permalink
refactor(controller): 상수 추출
Browse files Browse the repository at this point in the history
  • Loading branch information
jminkkk committed Dec 30, 2024
1 parent 8013833 commit 1536a34
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
@RequestMapping("/tags")
public class TagController implements SpringDocTagController {

private static final String DEFAULT_TOP_TAG_COUNT = "10";

private final TagService tagService;

@GetMapping
Expand Down

0 comments on commit 1536a34

Please sign in to comment.