'up'

parent bfb75d0a
This diff is collapsed.
...@@ -3,6 +3,7 @@ module.exports = function (app) { ...@@ -3,6 +3,7 @@ module.exports = function (app) {
app.use(createProxyMiddleware('/api', app.use(createProxyMiddleware('/api',
{ {
"target": "http://54.168.125.67:26657", "target": "http://54.168.125.67:26657",
// "target": "http://3.9.177.160:50080",
"changeOrigin": true, "changeOrigin": true,
"pathRewrite": { "pathRewrite": {
"^/api": "/" "^/api": "/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment