module.exports = {
  "/api/": {
    target: "http://192.168.10.239:9888",
    changeOrigin: true,
    pathRewrite: {
      "^/api": "/"
    }
  }
};