diff --git a/api b/api index 01d54cc..1701444 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 01d54cc580966462f939001549a4afafb22ae42e +Subproject commit 17014446ba159532a9502ff0728e8e69095360ad diff --git a/xui/wxapp/utils/chatmsg.js b/xui/wxapp/utils/chatmsg.js index 7f04363..dafcea1 100644 --- a/xui/wxapp/utils/chatmsg.js +++ b/xui/wxapp/utils/chatmsg.js @@ -1,4 +1,4 @@ -const WS_BASE_URL = 'wss://attendant.huashengtec.com/health-ws' +const WS_BASE_URL = 'wss://api.huashengtec.com/health-ws' //const WS_BASE_URL = 'ws://127.0.0.1:9005' class AIChatSocket {