check json format

This commit is contained in:
Nikolai Petukhov 2024-10-03 23:06:18 +03:00
parent d1091e570b
commit 8e4cad4c85

View File

@ -5,7 +5,7 @@ const LOCAL = "http://localhost:8099";
const DEV = "https://dev.bro-js.ru";
const SERVER = "";
export const BASE_API_URL = LOCAL + getConfigValue("enterfront.api");
export const BASE_API_URL = DEV + getConfigValue("enterfront.api");
// fetch(`${BASE_API_URL}/books/list`)