Files
vtj/packages/boot/proxy.config.ts
2023-07-15 11:38:11 +08:00

7 lines
103 B
TypeScript

export default {
'/api': {
target: 'https://sso-sit.newpearl.com',
changeOrigin: true
}
};