Uhrzeit fix

This commit is contained in:
2025-10-08 12:07:56 +02:00
parent e378ce4a97
commit 495bfe71a3
14 changed files with 176 additions and 165 deletions

View File

@@ -8,12 +8,12 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:4001',
target: 'http://localhost:3070',
changeOrigin: true,
secure: false,
},
'/uploads': {
target: 'http://localhost:4001',
target: 'http://localhost:3070',
changeOrigin: true,
secure: false,
},