영상관리,라벨링작업 URL Prefix 변경

This commit is contained in:
2026-01-08 14:14:51 +09:00
parent 455112fed2
commit 53bc7551ec
3 changed files with 136 additions and 129 deletions

View File

@@ -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 {