front update

This commit is contained in:
arrelin
2025-12-15 17:36:51 +03:00
parent 27d8d8ff4c
commit 6966fbbc2c
9 changed files with 557 additions and 266 deletions

View File

@@ -6,8 +6,16 @@ export default defineConfig({
server: {
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:3000',
'/families': {
target: 'http://localhost:8080',
changeOrigin: true,
},
'/login': {
target: 'http://localhost:8080',
changeOrigin: true,
},
'/logout': {
target: 'http://localhost:8080',
changeOrigin: true,
}
}