Commit 23edc868 by chenway

Update ChatTrans.js

parent 01ffd620
Pipeline #160486 passed with stages
in 1 minute 15 seconds
......@@ -10,8 +10,8 @@ import {
import io from "socket.io-client";
import "../App.css";
// const url = 'https://staging.strk-ai-support.ngrok.app/'
const url = "http://localhost:8000";
const url = 'https://staging.strk-ai-support.ngrok.app/'
// const url = "http://localhost:8000";
const socket = io(url, {
extraHeaders: {
......
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