Files
vtj/apps/app/proxy.config.ts
“chenhuachun” 8c596c6911 fix: 🐛 API代理
2026-04-22 23:53:52 +08:00

8 lines
110 B
TypeScript

export default {
'/api': {
target: 'http://localhost:8000',
changeOrigin: true,
ws: true
}
};