mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 11:51:08 +08:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
export default {
|
|
'/api': {
|
|
target: 'http://localhost:3000',
|
|
changeOrigin: true,
|
|
ws: true
|
|
}
|
|
};
|