chore: build
Omnex Plateform App - EAS Build / build (push) Successful in 2h19m59s
Omnex Plateform Client - EAS Build / build (push) Successful in 2h14m54s

This commit is contained in:
Xor290
2026-08-04 22:08:34 +02:00
parent d401c50b0a
commit c685969cc1
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -14,8 +14,6 @@ const apiClient = axios.create({
}, },
}); });
// Updates the active backend URL for every subsequent request made
// through apiClient (used by the pre-login server config screen).
export const setApiBaseUrl = (url: string) => { export const setApiBaseUrl = (url: string) => {
API_BASE_URL = url; API_BASE_URL = url;
apiClient.defaults.baseURL = url; apiClient.defaults.baseURL = url;
-2
View File
@@ -14,8 +14,6 @@ const apiClient = axios.create({
}, },
}); });
// Updates the active backend URL for every subsequent request made
// through apiClient (used by the pre-login server config screen).
export const setApiBaseUrl = (url: string) => { export const setApiBaseUrl = (url: string) => {
API_BASE_URL = url; API_BASE_URL = url;
apiClient.defaults.baseURL = url; apiClient.defaults.baseURL = url;