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