Missing title field in database events column #4

Merged
dylan merged 4 commits from fix/missing-title-field-database into main 2026-03-02 19:00:14 +00:00
Showing only changes of commit 6d8f2fa4e0 - Show all commits

2
server/exceptions.py Normal file
View File

@@ -0,0 +1,2 @@
class NotAuthorisedException(Exception):
pass