From 093b6b28f411dc2640ac20494e82d9f02633c16c Mon Sep 17 00:00:00 2001 From: Romain <51331158+zylfu@users.noreply.github.com> Date: Fri, 11 Mar 2022 20:52:07 +0100 Subject: [PATCH] environnement --- 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" };