merge in master

This commit is contained in:
Lloyd Brookes
2016-06-09 22:56:23 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@ exports.mime = mime
function proxyRequest (route) {
const httpProxy = require('http-proxy')
const proxy = httpProxy.createProxyServer({
changeOrigin: true
changeOrigin: true,
secure: false
})
return function proxyMiddleware () {