commit | 0e171f3bd3de62dd12880ed5c0476295fc4e47ab | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Sep 26 17:21:41 2017 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed Sep 27 08:26:35 2017 -0700 |
tree | e3542b2007c71e69fdaddee89c829ac4f99509fd | |
parent | f363d747a97dfa5625391722c297e4c923cba3ee [diff] [blame] |
[CORD-1927] Fixing generate url for service models Change-Id: I08d0d853ba2ab041626e133d079ab4562d73171e (cherry picked from commit 6349847ecd1040111de5e7def26304e9e093cb92)
diff --git a/conf/proxy.js b/conf/proxy.js index 71aca89..e383c27 100644 --- a/conf/proxy.js +++ b/conf/proxy.js
@@ -20,6 +20,8 @@ const target = process.env.PROXY || '192.168.46.100'; +console.info(`Proxying request to: ${target}`); + const proxy = httpProxy.createProxyServer({ target: `http://${target}` });