Skip to content

Commit

Permalink
refactor: 클래스명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeokson committed Aug 11, 2024
1 parent a1ee204 commit cde63a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@RestController
@RequiredArgsConstructor
@RequestMapping("/admin")
public class MainPageController {
public class AdminMainPageController {
private final MainPageService mainPageService;

@GetMapping("/main")
Expand Down

0 comments on commit cde63a0

Please sign in to comment.