From 05db6fae8e5e4de7fdc5f4f3fe8306e7c5529d50 Mon Sep 17 00:00:00 2001 From: DerJesen Date: Wed, 10 Dec 2025 21:32:35 +0100 Subject: [PATCH] first commit --- Smartes-Klassenzimmer-Backend/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smartes-Klassenzimmer-Backend/src/main.ts b/Smartes-Klassenzimmer-Backend/src/main.ts index 0ce2f79..d197e06 100644 --- a/Smartes-Klassenzimmer-Backend/src/main.ts +++ b/Smartes-Klassenzimmer-Backend/src/main.ts @@ -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'],