:bugs: websocket: https -> wss

This commit is contained in:
ronger 2021-03-26 11:32:11 +08:00
parent e12f47d77d
commit 78cadf5284

View File

@ -6,7 +6,7 @@ const apisMap = {
BASE: 'http://localhost:8099/forest',
CDN: '',
PROXY: '/proxy',
SOCKET: 'http://localhost:3000/ws',
SOCKET: 'http://localhost:3000/wss',
GRAVATAR: '/proxy/static.rymcu.com/avatar'
},
production: {