Compare commits

...

2 Commits

Author SHA1 Message Date
DerJesen
04da0e838d Merge branch 'main' of https://gitea.jason-elsner.de/Jesen/ihk-projekt 2025-12-10 21:35:50 +01:00
DerJesen
05db6fae8e first commit 2025-12-10 21:32:35 +01:00

View File

@@ -14,7 +14,7 @@ async function bootstrap() {
'http://127.0.0.1:5173', // Vite Dev Server (Alternative)
'http://localhost:5500',
'http://127.0.0.1:5500',
'http://localhost:3000'
'http://localhost'
],
credentials: true,
methods: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS'],