Skip to content

Commit

Permalink
fix: revert new conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MOUAD EL AZAAR committed Feb 9, 2025
1 parent 0c737f6 commit 2f8e322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/shared/const/apiEndPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

const BASE_URL = import.meta.env.VITE_URL_BACKEND;
import { getEnvVariables } from '@/envVariables.ts';

const BASE_URL = getEnvVariables('VITE_BACK_END_BASE_URL');

// STUDY
export const STUDY_ENDPOINT = `${BASE_URL}/v1/study`;
Expand Down

0 comments on commit 2f8e322

Please sign in to comment.