From 4ef98924720f40632891fca651106ae10efae913 Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Wed, 9 Oct 2024 11:09:40 +0200 Subject: [PATCH] Updated CORS open to test --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 8589cab..3a0cfeb 100644 --- a/.env +++ b/.env @@ -32,7 +32,7 @@ OG_1_DATABASE_URL="mysql://root:root@ogcore-database:3306/ogcore_old_og?serverVe ###< doctrine/doctrine-bundle ### ###> nelmio/cors-bundle ### -CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$' +CORS_ALLOW_ORIGIN='*' ###< nelmio/cors-bundle ### ###> lexik/jwt-authentication-bundle ###