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}" };