From 8e4cad4c85e47ee9dc5562432c732599a7a95b3d Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Thu, 3 Oct 2024 23:06:18 +0300 Subject: [PATCH] check json format --- src/backend/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/api.js b/src/backend/api.js index a28405a..ba8cd82 100644 --- a/src/backend/api.js +++ b/src/backend/api.js @@ -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`)