fix version endpoint path

This commit is contained in:
2026-09-18 03:22:00 +03:00
parent 0bfeeadeb1
commit 623478bff0

View File

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