config fix

This commit is contained in:
Nikolai Petukhov 2024-10-12 11:39:17 +03:00
parent 8fecf7cb1f
commit 54f6c5c053

View File

@ -2,7 +2,7 @@ import {getConfigValue} from "@brojs/cli";
const LOCAL = "http://localhost:8099" + getConfigValue("enterfront.api"); const LOCAL = "http://localhost:8099" + getConfigValue("enterfront.api");
const DEV = "https://dev.bro-js.ru/ms/epja-2024-01/enterfront"; const DEV = "https://dev.bro-js.ru" + getConfigValue("enterfront.api");
export const BASE_API_URL = DEV; export const BASE_API_URL = DEV;