low-code/apps/designer/proxy.config.ts
2025-02-19 13:42:56 +08:00

8 lines
117 B
TypeScript

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