Prefix 수정

This commit is contained in:
2026-01-08 14:10:10 +09:00
parent a285cc88ed
commit 6b1793b499
8 changed files with 210 additions and 198 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.web.bind.annotation.RestController;
@Tag(name = "공통코드 관리", description = "공통코드 관리 API")
@RestController
@RequiredArgsConstructor
@RequestMapping("/api/code")
@RequestMapping("/api/common-code")
public class CommonCodeApiController {
private final CommonCodeService commonCodeService;