fix error after changing back to /api + feature/limits

This commit is contained in:
arrelin
2025-12-19 10:37:50 +03:00
parent 05bab6e620
commit 2b0503017c
3 changed files with 75 additions and 13 deletions

View File

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