Skip to content

Commit 1a7622f

Browse files
authored
AAP-37349: Fix using the proper feedback endpoint. (#1460)
Signed-off-by: romartin <[email protected]>
1 parent ef929ba commit 1a7622f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const useChatbot = () => {
207207
const csrfToken = readCookie("csrftoken");
208208
const resp = await axios.post(
209209
import.meta.env.PROD
210-
? "/api/v0/ai/chat/"
210+
? "/api/v0/ai/feedback/"
211211
: "http://localhost:8080/v1/feedback/",
212212
{
213213
chatFeedback: feedbackRequest,

0 commit comments

Comments
 (0)