From e2e77fe409b27be28ab5b7f25b9fe8778ceb119b Mon Sep 17 00:00:00 2001 From: Stephan D Date: Tue, 18 Nov 2025 02:43:09 +0100 Subject: [PATCH] +www site to cors --- api/server/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/server/config.yml b/api/server/config.yml index 2378701..124b6ff 100755 --- a/api/server/config.yml +++ b/api/server/config.yml @@ -18,6 +18,7 @@ api: allowed_origins: - "https://sendico.io" - "https://app.sendico.io" + - "https://www.sendico.io" allowed_methods: - "GET" - "POST"