update endopoints

This commit is contained in:
ben
2026-08-17 15:17:59 +02:00
parent 36a6c47081
commit 5a9b820bc6
-2
View File
@@ -63,8 +63,6 @@ class EventUpdate(BaseModel):
class RoomUpdate(BaseModel):
new_name: str
room_id: int
updated_by: int
app = FastAPI(
title="Calendar API",