From 318d7c0ccc8ef1a451b6b44fa9d3bc7ad0bd5402 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Mon, 29 May 2017 00:32:13 +0530 Subject: [PATCH] fix(context): remove use of current-context --- server/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/config.json b/server/config.json index 5afb58fec8..cb159c8f0b 100644 --- a/server/config.json +++ b/server/config.json @@ -4,9 +4,6 @@ "port": 3000, "legacyExplorer": false, "remoting": { - "context": { - "enableHttpContext": false - }, "rest": { "handleErrors": false, "normalizeHttpPath": false,