Merge remote-tracking branch 'origin/feat/infer_dev_260107' into feat/infer_dev_260107
This commit is contained in:
@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|||||||
@Tag(name = "감사 로그", description = "감사 로그 관리 API")
|
@Tag(name = "감사 로그", description = "감사 로그 관리 API")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/log/audit")
|
@RequestMapping("/api/logs/audit")
|
||||||
public class AuditLogApiController {
|
public class AuditLogApiController {
|
||||||
|
|
||||||
private final AuditLogService auditLogService;
|
private final AuditLogService auditLogService;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|||||||
@Tag(name = "에러 로그", description = "에러 로그 관리 API")
|
@Tag(name = "에러 로그", description = "에러 로그 관리 API")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping({"/api/log/error"})
|
@RequestMapping({"/api/logs/system"})
|
||||||
public class ErrorLogApiController {
|
public class ErrorLogApiController {
|
||||||
|
|
||||||
private final ErrorLogService errorLogService;
|
private final ErrorLogService errorLogService;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|||||||
@Tag(name = "도엽 관리", description = "도엽 관리 API")
|
@Tag(name = "도엽 관리", description = "도엽 관리 API")
|
||||||
@RestController
|
@RestController
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@RequestMapping("/api/scene")
|
@RequestMapping("/api/imagery/mapsheet")
|
||||||
public class MapInkxMngApiController {
|
public class MapInkxMngApiController {
|
||||||
|
|
||||||
private final MapInkxMngService mapInkxMngService;
|
private final MapInkxMngService mapInkxMngService;
|
||||||
|
|||||||
Reference in New Issue
Block a user