Fix stray )
This commit is contained in:
parent
d324a1853b
commit
228e592096
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ CSRF_TRUSTED_ORIGINS: list[str] = [
|
||||||
for host in os.environ.get("INVENTORY_TRUSTED_ORIGINS", "localhost").split(',')
|
for host in os.environ.get("INVENTORY_TRUSTED_ORIGINS", "localhost").split(',')
|
||||||
for prot in ('http', 'https')
|
for prot in ('http', 'https')
|
||||||
],
|
],
|
||||||
f'{SERVER_URL}}'
|
f'{SERVER_URL}'
|
||||||
]
|
]
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
Loading…
Reference in a new issue