From f6950f28d12f5c37df541e280bb9da1744323072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Fri, 12 Nov 2021 17:21:47 +0100 Subject: [PATCH] Update Local Env --- 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 07f279c..31c7c5f 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -4,7 +4,7 @@ export const environment = { production: false, - debutUrl: "http://127.0.0.1/backend/" + debutUrl: "http://127.0.0.1:3000/api/" }; /*