UPDATE: Permitir todos los origines por default

This commit is contained in:
Moisés Cortés C. 2025-05-11 12:56:33 -06:00
parent d62ba3fad8
commit 8b7ed8a6e4

View File

@ -14,7 +14,7 @@ APP_FAKER_LOCALE=es_MX
APP_MAINTENANCE_DRIVER=file APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database # APP_MAINTENANCE_STORE=database
CORS_ALLOWED_ORIGINS=frontend.holos.test CORS_ALLOWED_ORIGINS=*
PULSE_ENABLED=false PULSE_ENABLED=false
TELESCOPE_ENABLED=false TELESCOPE_ENABLED=false