king
2019-11-30 95f2f60ba9eb343c2605e1ae68c221443d75f704
src/setupProxy.js
@@ -20,15 +20,6 @@
    }
  }))
  app.use(proxy('/mksepc', {
    target: 'http://minkesoft.com/mksepc',
    secure: false,
    changeOrigin: true,
    pathRewrite: {
    '^/mksepc': '/'
    }
  }))
  app.use(proxy('/local', { 
    target: 'http://127.0.0.1:8888',
    secure: false,