Compare commits
1 Commits
v0.5.0
...
9c1c670ccb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user