Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit fca63ba

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: final fix
1 parent 1f03f4f commit fca63ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ export const getServerConfig = () => {
129129
const config_app_id = localStorage.getItem('config.app_id');
130130
if (config_app_id && config_server_url) {
131131
return {
132-
serverUrl: config_server_url,
132+
serverUrl: DEFAULT_WS_SERVER,
133133
appId: config_app_id,
134-
oauth: OAUTH_URL,
134+
oauth: config_server_url,
135135
};
136136
} else {
137137
const isLocalHost = isHost('localhost');

0 commit comments

Comments
 (0)