chore(proxy): change proxy to request

This commit is contained in:
Tran Anh Tuan
2025-10-09 11:21:13 +07:00
parent 65f9468bbd
commit cd8332a7ef

View File

@@ -1,7 +1,7 @@
const proxy: Record<string, any> = {
dev: {
'/api': {
target: 'http://192.168.30.85:9001',
target: 'http://192.168.30.103:81',
changeOrigin: true,
},
},