diff --git a/config/cors.php b/config/cors.php index 5c68481..bf1bdcf 100644 --- a/config/cors.php +++ b/config/cors.php @@ -23,6 +23,7 @@ return [ 'allowed_origins_patterns' => [ '#^https?://.*\.trustlab\.pages\.dev$#', + '#^http://localhost:\d+$#', ], 'allowed_headers' => ['*'],