From 88ec0585a7b5157bacd1f46be94c89b256312ea5 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sat, 6 Dec 2025 19:04:37 +0200 Subject: [PATCH] Update API_BASE --- 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 d289065..3677f76 100644 --- a/frontend/public/env.js.template +++ b/frontend/public/env.js.template @@ -1,3 +1,3 @@ window.__ENV__ = { - API_BASE: "${API_BASE:-http://localhost:8000}" + API_BASE: "${API_BASE:-/api}" };