From f56b2afc8d7f9e6a9b14bdf7b7c1e58e5b60829f Mon Sep 17 00:00:00 2001 From: velz Date: Sat, 2 Aug 2025 12:15:08 +0530 Subject: [PATCH] FIX_CHATBOT_URL --- app/Views/chatbot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/chatbot.php b/app/Views/chatbot.php index 4bd3db4b..cfcaae2e 100644 --- a/app/Views/chatbot.php +++ b/app/Views/chatbot.php @@ -27,8 +27,8 @@ var botmanWidget = { // chatServer: 'https://venbait.in/nhance/chatbot/chat', // frameEndpoint: 'https://venbait.in/nhance/chatbot/widget', - chatServer: 'https://localhost/PHP828APPS/ruc/nhance/chat', - frameEndpoint: 'https://localhost/PHP828APPS/ruc/nhance/widget', + chatServer: ``, + frameEndpoint: ``, title: "Ask ILA", placeholderText: "Type your message here...", aboutText: "Insurance Assistant ILA",