Update custom server URL in TokenManager.jsx
This commit is contained in:
parent
0f2781ff6a
commit
4fc836a34b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ApiManager {
|
||||||
key: 'customServerUrl',
|
key: 'customServerUrl',
|
||||||
})
|
})
|
||||||
|
|
||||||
this.customServerURL = serverURL || this.apiURL
|
this.customServerURL = serverURL || API_URL
|
||||||
this.initialized = true
|
this.initialized = true
|
||||||
}
|
}
|
||||||
getApiURL() {
|
getApiURL() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue