diff --git a/Smartes-Klassenzimmer-Backend/src/main.ts b/Smartes-Klassenzimmer-Backend/src/main.ts index d197e06..d9a8892 100644 --- a/Smartes-Klassenzimmer-Backend/src/main.ts +++ b/Smartes-Klassenzimmer-Backend/src/main.ts @@ -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'],