From 14a8c1b45cc39f61f40caf4b1da9fe52c9abca27 Mon Sep 17 00:00:00 2001 From: Vincent Ramiere Date: Fri, 11 Mar 2022 15:38:59 +0100 Subject: [PATCH] environnement.ts --- 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" };