Files
2023-07-16 21:32:33 +08:00

9 lines
121 B
TypeScript

export default {
dev: {
'/api/': {
target: 'http://localhost:9080',
changeOrigin: true,
},
},
};