Fix transcript url

This commit is contained in:
2024-08-28 14:41:22 +02:00
parent 347abe2061
commit bd965cc5a1
2 changed files with 3 additions and 4 deletions

View File

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