small fix with routes

This commit is contained in:
Nikolai Petukhov 2024-10-12 12:25:38 +03:00
parent ff9bd3ac8c
commit 9c1c670ccb

View File

@ -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`)