Update Vite proxy to use local development server

This commit is contained in:
wood chen 2025-02-08 21:30:48 +08:00
parent 7b884cd3ee
commit e31e35c0b5

View File

@ -7,7 +7,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'https://aimodels-prices.q58.pro',
target: 'http://localhost:8080',
changeOrigin: true
}
}