From 8b7ed8a6e4af0f266dbcd8b33329d758537b8aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Cort=C3=A9s=20C=2E?= Date: Sun, 11 May 2025 12:56:33 -0600 Subject: [PATCH] UPDATE: Permitir todos los origines por default --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 722e251..f55a358 100644 --- a/.env.example +++ b/.env.example @@ -14,7 +14,7 @@ APP_FAKER_LOCALE=es_MX APP_MAINTENANCE_DRIVER=file # APP_MAINTENANCE_STORE=database -CORS_ALLOWED_ORIGINS=frontend.holos.test +CORS_ALLOWED_ORIGINS=* PULSE_ENABLED=false TELESCOPE_ENABLED=false