advaisor-chatbot 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/testchatbot.js +1 -1
- package/package.json +1 -1
package/dist/testchatbot.js
CHANGED
|
@@ -2695,7 +2695,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
|
|
|
2695
2695
|
body.innerHTML = `<div class="message bot">Loading conversation...</div>`;
|
|
2696
2696
|
try {
|
|
2697
2697
|
const res = await fetch(
|
|
2698
|
-
"
|
|
2698
|
+
"https://pat.echnotek.com:2002/customer/user_session_chats",
|
|
2699
2699
|
{
|
|
2700
2700
|
method: "POST",
|
|
2701
2701
|
headers: {
|