Update ClaudeAiContentGenerator.java

This commit is contained in:
박서은 2025-06-19 17:42:41 +09:00
parent 8ec1625e14
commit 46fee2bcda

View File

@ -51,7 +51,7 @@ public class ClaudeAiContentGenerator implements AiContentGenerator {
// Python AI 서비스 호출 // Python AI 서비스 호출
Map<String, Object> response = webClient Map<String, Object> response = webClient
.method(HttpMethod.GET) .method(HttpMethod.POST)
.uri(aiServiceBaseUrl + "/api/ai/sns") .uri(aiServiceBaseUrl + "/api/ai/sns")
.header("Content-Type", "application/json") .header("Content-Type", "application/json")
.bodyValue(requestBody) .bodyValue(requestBody)