From acfc63b05961904c1803f80d45790955638ab737 Mon Sep 17 00:00:00 2001 From: whitenoise13 Date: Thu, 29 May 2025 13:59:02 +0900 Subject: [PATCH] =?UTF-8?q?Feat::=20=EC=84=9C=EB=B2=84=20=EC=9E=AC?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=EC=9A=A9=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cheongForDo/domain/chatbot/controller/ChatbotController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/Minari/cheongForDo/domain/chatbot/controller/ChatbotController.java b/src/main/java/Minari/cheongForDo/domain/chatbot/controller/ChatbotController.java index e82d71a..0f0ea87 100644 --- a/src/main/java/Minari/cheongForDo/domain/chatbot/controller/ChatbotController.java +++ b/src/main/java/Minari/cheongForDo/domain/chatbot/controller/ChatbotController.java @@ -24,3 +24,4 @@ public ChatResponse chat(@RequestBody ChatRequest request) { return chatbotService.askQuestion(request); } } +