feat/infer_dev_260107 #41

Merged
teddy merged 5 commits from feat/infer_dev_260107 into develop 2026-02-02 17:16:21 +09:00
Showing only changes of commit a4f66f511e - Show all commits

View File

@@ -273,7 +273,7 @@ public class GukYuinApiController {
@Parameter(description = "uuid", example = "7a593d0e-76a8-4b50-8978-9af1fbe871af")
@PathVariable
UUID uuid) {
return ApiResponseDto.ok(gukYuinApiService.connectChnMastRegist(uuid));
return ApiResponseDto.okObject(gukYuinApiService.connectChnMastRegist(uuid));
}
@Operation(summary = "라벨 전송 완료 리스트", description = "라벨 전송 완료 리스트")