From 0e296635d00667ba5fc5b3a2c200b869e5eb055e Mon Sep 17 00:00:00 2001 From: NyxiumYuuki Date: Fri, 28 May 2021 15:47:20 +0200 Subject: [PATCH] change ip --- frontend/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/environments/environment.ts b/frontend/src/environments/environment.ts index 4385f27..78b83a0 100644 --- a/frontend/src/environments/environment.ts +++ b/frontend/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - urlCL: 'http://service-authentication:3000' + urlCL: 'http://127.0.0.1:3000' }; /*