From 4afd11b34e502d9ba94b2bbd3a2045dd61cb130c Mon Sep 17 00:00:00 2001 From: Hedi Date: Fri, 18 Feb 2022 11:43:30 +0100 Subject: [PATCH] change port 8080 --- 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 90149fd..0a4331f 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - apiUrl: 'http://localhost:8088', + apiUrl: 'http://localhost:8080', tokenKey: 'TOKEN-ORGANIZEE', };