From 91f8f7ad7bf151ef6cfaa1165f6c269f9c55b6b1 Mon Sep 17 00:00:00 2001 From: Thomas Cardon Date: Fri, 4 Mar 2022 15:26:28 +0100 Subject: [PATCH] localhost 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 04827d4..2d9b681 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - apiUrl: "http://localhost:8081", + apiUrl: "http://localhost:8080", tokenKey: "TOKEN-SIMPLEAT" };