commit | 6349847ecd1040111de5e7def26304e9e093cb92 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Sep 26 17:21:41 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Sep 27 08:19:02 2017 -0700 |
tree | e3542b2007c71e69fdaddee89c829ac4f99509fd | |
parent | 8cd21b07bee13016a9dfcd0cb218eda3238390a1 [diff] [blame] |
[CORD-1927] Fixing generate url for service models Change-Id: I08d0d853ba2ab041626e133d079ab4562d73171e
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}` });