Files
vtj/apps/app/proxy.config.ts
2024-01-13 21:22:31 +08:00

12 lines
235 B
TypeScript

export default {
'/ide': {
target: 'http://192.168.3.165:3010',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/ide/, '')
},
'/api': {
target: 'https://sso-sit.newpearl.com',
changeOrigin: true
}
};