correct /api for development

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:22:36 +02:00
parent 5a3595621b
commit c7e59563b6
+1 -2
View File
@@ -25,9 +25,8 @@ export default {
},
proxy: {
'/api': {
target: 'http://localhost:8055',
target: 'http://localhost:8080',
changeOrigin: false,
rewrite: (path) => path.replace(/^\/api/, ''),
},
}
}