From 609940cafe2e4c740c64d6a046bb7b7a5ccf4c0f Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Thu, 5 Jun 2025 03:30:17 +0200 Subject: [PATCH] env --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 5800dc1..506b45b 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,4 +1,4 @@ export const environmentProd = { production: true, - apiUrl: 'http://localhost:8000/api' + apiUrl: 'https://api.portfolio-host.com/api' };