update frontend

This commit is contained in:
ben
2026-08-04 16:45:20 +02:00
parent 2cc0496afb
commit 3719bb37e0
5 changed files with 1828 additions and 38 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import sqlite3
from typing import Literal
from fastapi.middleware.cors import CORSMiddleware
from events import delete_event
from events import delete_event, get_room_events
class Login(BaseModel):
username: str