From 7477527f247c841ea68f779645f9ef82a5d817e0 Mon Sep 17 00:00:00 2001 From: _Bastler Date: Sun, 3 Oct 2021 17:47:45 +0200 Subject: [PATCH] fix prod api --- src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 805c0c2..bc2eadc 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl : 'https://api.bstly.de' + apiUrl : 'https://board.bstly.de/api' };