From 42ebf072161c69ff372a24fcac20449bddb19c58 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 1 Jul 2025 07:37:18 +0300 Subject: [PATCH] Fix env.js --- frontend/public/env.js.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/env.js.template b/frontend/public/env.js.template index 7026a95..7fa1ae5 100644 --- a/frontend/public/env.js.template +++ b/frontend/public/env.js.template @@ -1,3 +1,3 @@ window.ENV = { - API_BASE: "__API_BASE__" + API_BASE: "${API_BASE}" };