Merge pull request 'api url 수정' (#171) from feat/infer_dev_260107 into develop
Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/171
This commit is contained in:
@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@Tag(name = "라벨링 툴 > 라벨러", description = "라벨링 툴 > 라벨러 API")
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
@RequestMapping("/training-data/label")
|
||||
@RequestMapping("/api/training-data/label")
|
||||
public class TrainingDataLabelApiController {
|
||||
|
||||
private final TrainingDataLabelService trainingDataLabelService;
|
||||
|
||||
Reference in New Issue
Block a user