[KC-108] 분석도엽 ai api호출 테스트중

This commit is contained in:
2026-01-12 18:11:36 +09:00
parent cbc68ebbc1
commit c90713e2b2

View File

@@ -217,7 +217,7 @@ public class InferenceResultService {
headers.setContentType(MediaType.APPLICATION_JSON);
ExternalCallResult result =
externalHttpClient.call(inferenceUrl, HttpMethod.POST, json, headers);
externalHttpClient.call(inferenceUrl, HttpMethod.POST, dto, headers);
if (!result.success()) {
throw new CustomApiException("BAD_GATEWAY", HttpStatus.BAD_GATEWAY);