diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 4cc2615..d6da2d6 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -7,7 +7,7 @@ export default defineConfig({ server: { proxy: { '/api': { - target: 'https://aimodels-prices.q58.pro', + target: 'http://localhost:8080', changeOrigin: true } }