feat: cors
Laravel CI-CD / Tests Unitaires (push) Successful in 22s Details
Laravel CI-CD / Deploy with Kamal (push) Successful in 1m46s Details

This commit is contained in:
Leon Morival 2026-05-20 16:03:07 +02:00
parent 02bee84ed4
commit f85900aef4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ return [
'allowed_methods' => ['*'],
'allowed_origins' => ['*'],
'allowed_origins' => ['http://localhost:8081'],
'allowed_origins_patterns' => [],