mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-10 18:30:23 +01:00
Add auth router
This commit is contained in:
@@ -29,6 +29,8 @@ class Config(BaseModel):
|
||||
|
||||
REDIS_URI: str
|
||||
|
||||
WEB_APP_HOST: str
|
||||
|
||||
|
||||
def get_config() -> Config:
|
||||
settings = Settings() # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user