Update API_BASE

This commit is contained in:
dvirlabs 2025-12-06 19:04:37 +02:00
parent bd31ffbff4
commit 88ec0585a7

View File

@ -1,3 +1,3 @@
window.__ENV__ = {
API_BASE: "${API_BASE:-http://localhost:8000}"
API_BASE: "${API_BASE:-/api}"
};