From 93929718d6276c43feb16752f8288d64bab8f0b2 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Mon, 15 Feb 2021 15:31:01 -0500 Subject: [PATCH] =?UTF-8?q?L'environment=20de=20d=C3=A9veloppement=20utili?= =?UTF-8?q?se=20maintenant=20une=20addresse=20IP=20Docker.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 07d5091..85b315e 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - apiUrl: 'http://localhost:9090/api' + apiUrl: 'http://localhost:9101/api' }; /*