영상관리,라벨링작업 URL Prefix 변경
This commit is contained in:
@@ -29,7 +29,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@Slf4j
|
||||
@Tag(name = "라벨링 작업 관리", description = "라벨링 작업 배정 및 통계 조회 API")
|
||||
@RequestMapping({"/api/label"})
|
||||
@RequestMapping({"/api/training-data/stage"})
|
||||
@RequiredArgsConstructor
|
||||
@RestController
|
||||
public class LabelAllocateApiController {
|
||||
|
||||
@@ -30,7 +30,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@Slf4j
|
||||
@Tag(name = "라벨링 작업 관리", description = "라벨링 작업 관리")
|
||||
@RequestMapping({"/api/label"})
|
||||
@RequestMapping({"/api/training-data/stage"})
|
||||
@RequiredArgsConstructor
|
||||
@RestController
|
||||
public class LabelWorkerApiController {
|
||||
|
||||
Reference in New Issue
Block a user