fix: gateway
This commit is contained in:
@@ -142,7 +142,7 @@ export class PageProxyService {
|
||||
|
||||
return {
|
||||
BASE_API: url.serverUrl || (isDev ? '/' : '/api/v2'),
|
||||
GATEWAY: url.wsUrl || '/socket.io',
|
||||
GATEWAY: url.wsUrl || '/',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user