공통코드 common-code 로 prefix 변경 #116

Merged
gina merged 1 commits from feat/training_260202 into develop 2026-02-19 11:39:24 +09:00

View File

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