8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
export default {
|
|
'/api': {
|
|
target: 'https://sso-sit.newpearl.com',
|
|
changeOrigin: true,
|
|
ws: true
|
|
}
|
|
};
|