From edbf4c96133049d05e4ab1640b4ddca3132cf93b Mon Sep 17 00:00:00 2001 From: ronger Date: Sun, 28 Mar 2021 14:55:45 +0800 Subject: [PATCH] :poop: websocket --- config/api.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/api.config.js b/config/api.config.js index 822f132..23b8e51 100644 --- a/config/api.config.js +++ b/config/api.config.js @@ -6,7 +6,7 @@ const apisMap = { BASE: 'http://localhost:8099/forest', CDN: '', PROXY: '/proxy', - SOCKET: 'http://localhost:3000/wss', + SOCKET: 'http://localhost:3000/ws', GRAVATAR: '/proxy/static.rymcu.com/avatar' }, production: {