From 5a9b820bc66a8ff3bdc25f3d21391885ab738e66 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 17 Aug 2026 15:17:59 +0200 Subject: [PATCH] update endopoints --- backend/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/main.py b/backend/main.py index 1d005d4..2c49073 100644 --- a/backend/main.py +++ b/backend/main.py @@ -63,8 +63,6 @@ class EventUpdate(BaseModel): class RoomUpdate(BaseModel): new_name: str - room_id: int - updated_by: int app = FastAPI( title="Calendar API",