From 584bd8d1bd356aa491f31dafb3ad6f6bb80efd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9A=A9=EC=A4=80?= Date: Sat, 27 Dec 2025 06:06:30 +0900 Subject: [PATCH] =?UTF-8?q?refactor(chatbot):=20chat=20bot=20endpoint=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/example/mosh_be/controller/UpstageChatController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/mosh_be/controller/UpstageChatController.java b/src/main/java/com/example/mosh_be/controller/UpstageChatController.java index f151f57..fdfeacd 100644 --- a/src/main/java/com/example/mosh_be/controller/UpstageChatController.java +++ b/src/main/java/com/example/mosh_be/controller/UpstageChatController.java @@ -15,7 +15,7 @@ public class UpstageChatController { private final UpstageChatService upstageChatService; - @PostMapping("/chatbot/conversations/response") + @PostMapping("/chatbot/messages") public ResponseEntity getUpstageChatResponse( @RequestBody UpstageChatRequest request, @AuthenticationPrincipal Long userId