This commit is contained in:
Vassshhh
2025-06-12 17:56:33 +07:00
parent 84580ad84d
commit ab65327e59
3 changed files with 241 additions and 71 deletions

View File

@@ -55,7 +55,7 @@
try {
// Send to backend
const response = await fetch('https://botdev.kediritechnopark.com/webhook/master-agent/ask', {
const response = await fetch('https://bot.kediritechnopark.com/webhook/master-agent/ask', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ pertanyaan: message, sessionId: JSON.parse(localStorage.getItem('session')).sessionId, lastSeen: new Date().toISOString() }),