From d119034f5bed9b5ed7714960db82b761e72ad197 Mon Sep 17 00:00:00 2001 From: Finn Date: Fri, 28 Jul 2017 19:32:33 +0100 Subject: [PATCH] Security fix --- src/environments/environment.local.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/environments/environment.local.ts b/src/environments/environment.local.ts index 329ac3d..a10b983 100644 --- a/src/environments/environment.local.ts +++ b/src/environments/environment.local.ts @@ -5,5 +5,6 @@ export const environment = { production: false, - apiUrl: 'http://192.168.2.156:3000/api' + // insert local URL here + apiUrl: '' };