From 623b6e03402ea2c964bdf598bdd7982f866cf3e3 Mon Sep 17 00:00:00 2001 From: Abdoulrachard Date: Wed, 13 Nov 2024 17:18:39 +0100 Subject: [PATCH] updated cors config --- config/cors.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cors.php b/config/cors.php index b83ee66..06721eb 100644 --- a/config/cors.php +++ b/config/cors.php @@ -19,8 +19,8 @@ 'allowed_methods' => ['*'], 'allowed_origins' => [ 'http://cche-ch.org', - 'https://cche-ch.org', - 'www.cche-ch.org', + 'https://cche-ch.org', + 'https://www.cche-ch.org', 'localhost', ], 'allowed_origins_patterns' => [],