chats and messages

This commit is contained in:
Nikolai Petukhov
2024-10-05 11:46:18 +03:00
parent 22a549e269
commit 13f4d43761
5 changed files with 367 additions and 105 deletions

View File

@@ -2,8 +2,7 @@ import {getConfigValue} from "@brojs/cli";
const LOCAL = "http://localhost:8099";
const DEV = "https://dev.bro-js.ru";
const SERVER = "";
const DEV = "";
export const BASE_API_URL = LOCAL + getConfigValue("enterfront.api") + "/enterfront";