From 4fc836a34bc85ad39dacae79f37499f4a4427808 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Fri, 27 Dec 2024 16:07:12 -0500 Subject: [PATCH] Update custom server URL in TokenManager.jsx --- src/utils/TokenManager.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/TokenManager.jsx b/src/utils/TokenManager.jsx index 1c6d651..aba09cc 100644 --- a/src/utils/TokenManager.jsx +++ b/src/utils/TokenManager.jsx @@ -17,7 +17,7 @@ class ApiManager { key: 'customServerUrl', }) - this.customServerURL = serverURL || this.apiURL + this.customServerURL = serverURL || API_URL this.initialized = true } getApiURL() {