chat retrieval is done

This commit is contained in:
Nikolai Petukhov
2024-10-04 14:29:00 +03:00
parent d1e824ab77
commit 86db5df813
6 changed files with 70 additions and 12 deletions

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") + "/enterfront";
export const BASE_API_URL = DEV + getConfigValue("enterfront.api") + "/enterfront";
// fetch(`${BASE_API_URL}/books/list`)