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