diff --git a/config/cors.php b/config/cors.php index 8a39e6d..d543216 100644 --- a/config/cors.php +++ b/config/cors.php @@ -25,7 +25,7 @@ return [ 'allowed_headers' => ['*'], - 'exposed_headers' => [], + 'exposed_headers' => ['*'], 'max_age' => 0,