Dualside print update realisation + add backend versioning

This commit is contained in:
2026-09-18 03:07:25 +03:00
parent 10b78d5d81
commit 0bfeeadeb1
4 changed files with 59 additions and 37 deletions

View File

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