merge login

This commit is contained in:
Vassshhh
2025-06-13 19:50:13 +07:00
parent 7d4e1ce73e
commit d676f16f22
5 changed files with 148 additions and 15 deletions

View File

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