From 4946e5b7d80fa1a7baa1c6042100fa1dee24ee31 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 10 Jul 2019 12:32:36 +0200 Subject: Introduce modal Test Modal for Operational policy and use react-router to show it Issue-ID: CLAMP-415 Change-Id: Ie0df5f1085925224076062c7d331dc2f4c72d032 Signed-off-by: sebdet --- ui-react/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-react/package.json') diff --git a/ui-react/package.json b/ui-react/package.json index 791ab9df..c6369a3a 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "description": "ONAP Clamp Designer UI", "main": "index.js", + "proxy": "http://localhost:8080", "scripts": { "start": "react-scripts start", "build": "react-scripts build", -- cgit 1.2.3-korg