From c685969cc1f710a9015196e8f1c0341b0f8ff095 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Tue, 4 Aug 2026 22:08:34 +0200 Subject: [PATCH] chore: build --- omnex-plateform-app/src/api/client.ts | 2 -- omnex-plateform-client/src/api/client.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/omnex-plateform-app/src/api/client.ts b/omnex-plateform-app/src/api/client.ts index 5e2b8ad..4704c24 100644 --- a/omnex-plateform-app/src/api/client.ts +++ b/omnex-plateform-app/src/api/client.ts @@ -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) => { API_BASE_URL = url; apiClient.defaults.baseURL = url; diff --git a/omnex-plateform-client/src/api/client.ts b/omnex-plateform-client/src/api/client.ts index c9551b7..03b42c5 100644 --- a/omnex-plateform-client/src/api/client.ts +++ b/omnex-plateform-client/src/api/client.ts @@ -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) => { API_BASE_URL = url; apiClient.defaults.baseURL = url;