[KC-108] resttemplate 설정 변경

This commit is contained in:
2026-01-12 18:21:18 +09:00
parent c90713e2b2
commit ad0c3bc080
2 changed files with 11 additions and 7 deletions

View File

@@ -215,6 +215,7 @@ public class InferenceResultService {
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON);
headers.setAccept(List.of(MediaType.APPLICATION_JSON));
ExternalCallResult result =
externalHttpClient.call(inferenceUrl, HttpMethod.POST, dto, headers);