From 63714e882fac4b949abb7bc2a263dd74737ed57f Mon Sep 17 00:00:00 2001 From: TCHOUKOUAHA Boris Gautier Date: Mon, 5 Feb 2024 16:27:38 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20origines=20autoris?= =?UTF-8?q?=C3=A9es=20dans=20le=20fichier=20cors.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cors.php b/config/cors.php index cff05c9..6eee131 100644 --- a/config/cors.php +++ b/config/cors.php @@ -19,7 +19,7 @@ 'allowed_methods' => ['*'], - 'allowed_origins' => ['*.geosm.org', '*.position.cm', '*.francophonie.org', 'http://localhost:4200'], + 'allowed_origins' => ['*.geosm.org', '*.position.cm', '*.francophonie.org', '*.sdgmapping.org', 'http://localhost:4200'], 'allowed_origins_patterns' => [],