commit | a2bc79c5f0027e953815d6e98814a748b36827aa | [log] [tgz] |
---|---|---|
author | PatrikBuhr <patrik.buhr@est.tech> | Tue Oct 29 13:39:00 2019 +0100 |
committer | PatrikBuhr <patrik.buhr@est.tech> | Fri Nov 01 13:51:31 2019 +0100 |
tree | a92af00e4665650d3a088824aaa8fe1fda11b478 | |
parent | 25501ccf6b73c3afded66eade70ee59af102844f [diff] [blame] |
Non-RT RIC Dashboard First commit Change-Id: I9e140d31d65d13df3ce07f6b87eac250ee952eab Issue-ID: NONRTRIC-61 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
diff --git a/dashboard/webapp-frontend/proxy.conf.json b/dashboard/webapp-frontend/proxy.conf.json new file mode 100644 index 0000000..d3d6eee --- /dev/null +++ b/dashboard/webapp-frontend/proxy.conf.json
@@ -0,0 +1,6 @@ +{ + "/api": { + "target": "http://localhost:8080", + "secure": false + } +}