switched up cors handling
This commit is contained in:
@@ -51,7 +51,7 @@ type Conf struct {
|
||||
Password string
|
||||
}
|
||||
Httpd struct {
|
||||
CORSAllowDomains string `yaml:"cors_allow_domains"`
|
||||
CORSAllowDomains []string `yaml:"cors_allow_domains"`
|
||||
Listen []struct {
|
||||
Socket string
|
||||
Host string
|
||||
|
Reference in New Issue
Block a user