From 28e656ff2426309bc23c11d4d302dee26a3d1406 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Wed, 9 Sep 2020 17:02:34 +0200 Subject: Update Wizard style Issue-ID: CCSDK-2709 Signed-off-by: Sarah Abouzainah Change-Id: I189e3425e0ad2b3b51918dba94c6d9f6b4081c63 --- cds-ui/designer-client/proxy.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cds-ui/designer-client/proxy.conf.json') diff --git a/cds-ui/designer-client/proxy.conf.json b/cds-ui/designer-client/proxy.conf.json index 17de0a74f..4e8ef0aab 100644 --- a/cds-ui/designer-client/proxy.conf.json +++ b/cds-ui/designer-client/proxy.conf.json @@ -1,12 +1,12 @@ { "/controllerblueprint/*": { - "target": "https://41.128.168.198:3000", + "target": "https://localhost:3000", "secure": false, "logLevel": "debug", "changeOrigin": true }, "/resourcedictionary/*": { - "target": "https://41.128.168.198:3000", + "target": "https://localhost:3000", "secure": false, "logLevel": "debug", "changeOrigin": true -- cgit 1.2.3-korg