flaunt-web/src/proxy.cjs

13 lines
276 B
JavaScript

module.exports = {
'/api': {
target: 'https://flaunt.batiao8.com',
changeOrigin: true,
rewrite: (path) => path
},
'/static': {
target: 'http://wechat.wenyitu.com',
changeOrigin: true,
rewrite: (path) => path
}
}