Create new meeting after previous has ended

This commit is contained in:
2024-12-24 14:18:35 +01:00
parent 2053f34759
commit 159bd82e1c
6 changed files with 128 additions and 6 deletions

View File

@@ -153,5 +153,7 @@ class Settings(BaseSettings):
UI_BASE_URL: str = "http://localhost:3000"
WHEREBY_WEBHOOK_SECRET: str | None = None
settings = Settings()