Fix stray )

This commit is contained in:
Johannes Schriewer 2025-01-19 18:42:19 +01:00
parent d324a1853b
commit 228e592096

View file

@ -51,7 +51,7 @@ CSRF_TRUSTED_ORIGINS: list[str] = [
for host in os.environ.get("INVENTORY_TRUSTED_ORIGINS", "localhost").split(',')
for prot in ('http', 'https')
],
f'{SERVER_URL}}'
f'{SERVER_URL}'
]
# Application definition