This commit is contained in:
yuhalog 2025-06-19 17:45:04 +09:00
commit 3c38f6c8cd

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)