refactoring with app_factory

This commit is contained in:
msramalho
2024-10-18 16:35:12 +01:00
parent ca7e862855
commit ea8e06dfee
15 changed files with 265 additions and 256 deletions

View File

@@ -28,4 +28,3 @@ class Settings(BaseSettings):
ALLOWED_ORIGINS: Annotated[set[str], Len(min_length=1)]
CHROME_APP_IDS: Annotated[set[Annotated[str, Len(min_length=10)]], Len(min_length=1)]
BLOCKED_EMAILS: Annotated[Set[str], Len(min_length=0)] = set()