Commit 0165e914 by chenway

Update Chat.js

parent f474ed89
Pipeline #158773 passed with stages
in 1 minute 17 seconds
...@@ -14,7 +14,7 @@ import "../App.css"; ...@@ -14,7 +14,7 @@ import "../App.css";
let messageBox = document.querySelector("#message-box"); let messageBox = document.querySelector("#message-box");
// const url = 'https://8788-103-84-218-44.ngrok-free.app' // const url = 'https://8788-103-84-218-44.ngrok-free.app'
const url = 'https://stagging.strk-ai-support.ngrok.app/' const url = 'https://staging.strk-ai-support.ngrok.app/'
// const url = 'http://localhost:8000' // const url = 'http://localhost:8000'
const socket = io(url, { const socket = io(url, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment