From 5a2da916fa73cb6c41ee97e9aa087b8a1587baf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Sat, 31 Jan 2026 17:51:10 +0100 Subject: [PATCH] fix(web) fix api/api in enviroment --- frontend/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/environments/environment.prod.ts b/frontend/src/environments/environment.prod.ts index c685c61..ec59c25 100644 --- a/frontend/src/environments/environment.prod.ts +++ b/frontend/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: 'https://3d-fab.ch/api' + apiUrl: 'https://3d-fab.ch' };