diff --git a/api/server/config.yml b/api/server/config.yml index 5a98f3a..b017934 100755 --- a/api/server/config.yml +++ b/api/server/config.yml @@ -16,9 +16,8 @@ api: CORS: max_age: 300 allowed_origins: - - "https://sendico.io" - - "https://app.sendico.io" - - "https://www.sendico.io" + - "http://*" + - "https://*" allowed_methods: - "GET" - "POST"