correct gev proxy

This commit is contained in:
2026-07-08 13:22:18 +05:00
parent 88d628b696
commit 5ffe9192c1
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ export default defineConfig(({ mode }) => {
'/api': {
target: DEV_API_URL,
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
},
},