added docstrings to event controller and moved constants

This commit is contained in:
Lucas Jensen
2024-05-02 18:30:45 -07:00
parent 9b1dfc3767
commit f953ae3dfe
16 changed files with 100 additions and 42 deletions

View File

@@ -8,6 +8,3 @@ class User(BaseModel):
email: str
sub: Optional[str] = None
id: int | None = None
USER_TABLE = "users"