switched up cors handling

This commit is contained in:
2021-10-23 22:33:32 +02:00
parent d0c35fe624
commit 2ad7b848dc
3 changed files with 6 additions and 12 deletions

View File

@@ -23,7 +23,8 @@ redis:
password: ""
httpd:
cors_allow_domains: '*'
cors_allow_domains:
- '*'
listen:
- host: localhost
port: 8000