DB connection restored.

This commit is contained in:
AG
2025-12-07 20:56:35 +02:00
parent 34900aebdd
commit e893336d46
4 changed files with 38 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ export default defineConfig(({ mode }) => {
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://127.0.0.1:3002',
target: 'http://127.0.0.1:3001',
changeOrigin: true,
secure: false,
}