From c273392944cefb3ddcdb70a4624f4638204fb9e7 Mon Sep 17 00:00:00 2001 From: Ida Date: Fri, 22 May 2026 07:53:36 +0200 Subject: [PATCH] fix:wrong base url --- config/env-porta.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env-porta.env b/config/env-porta.env index e74971f..c472bba 100644 --- a/config/env-porta.env +++ b/config/env-porta.env @@ -2,5 +2,5 @@ # Consumed by: Vite build + SPA runtime (getApiBaseUrl / getAppName) # Auth and secrets live on the gateway — never in frontend env. -VITE_API_BASE_URL=https://api.porta.swiss +VITE_API_BASE_URL=https://api.poweron.swiss VITE_APP_NAME=PORTA