config fix
This commit is contained in:
parent
8fecf7cb1f
commit
54f6c5c053
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user