diff --git a/frontend/vite.config.js b/frontend/vite.config.js index b69c5ce..cf83373 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -7,7 +7,7 @@ export default defineConfig({ port: 3000, proxy: { '/api': { - target: 'http://localhost:8000', + target: 'http://asapi.deepx1.com', changeOrigin: true } }