small fix with routes
This commit is contained in:
parent
ff9bd3ac8c
commit
9c1c670ccb
@ -4,7 +4,7 @@ import {getConfigValue} from "@brojs/cli";
|
||||
const LOCAL = "http://localhost:8099";
|
||||
const DEV = "https://dev.bro-js.ru";
|
||||
|
||||
export const BASE_API_URL = LOCAL + getConfigValue("enterfront.api");
|
||||
export const BASE_API_URL = DEV + getConfigValue("enterfront.api");
|
||||
|
||||
// fetch(`${BASE_API_URL}/books/list`)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user