Compare commits
2 Commits
25e9941464
...
eedf72d7aa
| Author | SHA1 | Date | |
|---|---|---|---|
| eedf72d7aa | |||
| 5e13c0b396 |
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
@Tag(name = "공통코드 관리", description = "공통코드 관리 API")
|
@Tag(name = "공통코드 관리", description = "공통코드 관리 API")
|
||||||
@RestController
|
@RestController
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@RequestMapping("/api/code")
|
@RequestMapping("/api/common-code")
|
||||||
public class CommonCodeApiController {
|
public class CommonCodeApiController {
|
||||||
|
|
||||||
private final CommonCodeService commonCodeService;
|
private final CommonCodeService commonCodeService;
|
||||||
|
|||||||
Reference in New Issue
Block a user