Update custom server URL in TokenManager.jsx

This commit is contained in:
Mo Tarbin 2024-12-27 16:07:12 -05:00
parent 0f2781ff6a
commit 4fc836a34b

View file

@ -17,7 +17,7 @@ class ApiManager {
key: 'customServerUrl',
})
this.customServerURL = serverURL || this.apiURL
this.customServerURL = serverURL || API_URL
this.initialized = true
}
getApiURL() {