diff --git a/vite.config.ts b/vite.config.ts index e26362e..36744a6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -18,7 +18,7 @@ export default defineConfig({ target: 'http://localhost:3002', changeOrigin: true, }, - '/api': { + '/api/v2': { target: 'http://localhost:8090', changeOrigin: true, },