From 212808529dcccb8ea019bb14309f3fbf40d08bdf Mon Sep 17 00:00:00 2001 From: DerJesen Date: Thu, 11 Dec 2025 09:31:13 +0100 Subject: [PATCH] first commit --- Smartes-Klassenzimmer-Backend/src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'],