switched up cors handling
This commit is contained in:
@@ -23,7 +23,8 @@ redis:
|
||||
password: ""
|
||||
|
||||
httpd:
|
||||
cors_allow_domains: '*'
|
||||
cors_allow_domains:
|
||||
- '*'
|
||||
listen:
|
||||
- host: localhost
|
||||
port: 8000
|
||||
|
Reference in New Issue
Block a user