2026.06.05 frontend javítgatás és új belépési logika megvalósítva

This commit is contained in:
Roo
2026-06-05 05:46:04 +00:00
parent 59a30ac428
commit 18524a08f2
38 changed files with 3967 additions and 1028 deletions

View File

@@ -18,8 +18,7 @@ export default defineConfig({
'/api': {
target: 'http://sf_api:8000',
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/api/, '')
secure: false
}
}
}