From d6985f388562859418a3989326c09911850ca27b Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sat, 5 Oct 2024 01:00:47 +0200 Subject: [PATCH] update production url --- buntspecht-frontend/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buntspecht-frontend/src/environments/environment.prod.ts b/buntspecht-frontend/src/environments/environment.prod.ts index 7e3c8ad..ead11e8 100644 --- a/buntspecht-frontend/src/environments/environment.prod.ts +++ b/buntspecht-frontend/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl : 'https://buntspecht.champonthis.de/api' + apiUrl : 'https://buntspecht.lh8.de/api' };