first commit

This commit is contained in:
DerJesen
2025-12-11 09:31:13 +01:00
parent a567a02bbb
commit 212808529d

View File

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