Add auth router

This commit is contained in:
2024-11-19 16:59:12 +01:00
parent b51678647e
commit 72512f35bd
2 changed files with 44 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ class Config(BaseModel):
REDIS_URI: str
WEB_APP_HOST: str
def get_config() -> Config:
settings = Settings() # type: ignore