Update custom server URL in TokenManager.jsx
This commit is contained in:
@@ -17,7 +17,7 @@ class ApiManager {
|
||||
key: 'customServerUrl',
|
||||
})
|
||||
|
||||
this.customServerURL = serverURL || this.apiURL
|
||||
this.customServerURL = serverURL || API_URL
|
||||
this.initialized = true
|
||||
}
|
||||
getApiURL() {
|
||||
|
||||
Reference in New Issue
Block a user