From 4c1e01bdf2835f7c87ec0e7e6ef2630f72c0b728 Mon Sep 17 00:00:00 2001 From: shaaban Altanany Date: Sun, 23 Feb 2020 15:23:50 +0200 Subject: adding upload function and getting variables from template at template and mapping tab Issue-ID: CCSDK-2102 Signed-off-by: shaaban Altanany Change-Id: Id92cbd183c700764a55ef016d681a568954dc18f --- cds-ui/designer-client/proxy.conf.json | 6 ++++++ 1 file changed, 6 insertions(+) (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 11ed26767..6b81a884a 100644 --- a/cds-ui/designer-client/proxy.conf.json +++ b/cds-ui/designer-client/proxy.conf.json @@ -4,5 +4,11 @@ "secure": false, "logLevel": "debug", "changeOrigin": true + }, + "/resourcedictionary/*": { + "target": "https://localhost:3000", + "secure": false, + "logLevel": "debug", + "changeOrigin": true } } -- cgit 1.2.3-korg