can you help me find this error, I have a problem with cors with my project, which is my front is angular deployed in git pages and my back is laravel deployed on a linux server, this is my cors configuration
'paths' => ['api/*', 'sanctum/csrf-cookie', 'api/validate/establecimiento'],
'allowed_methods' => ['*'],
'allowed_origins' => ['https://julianr92.github.io'],
'allowed_origins_patterns' => [''],
'allowed_headers' => ['*'],
'exposed_headers' => [],
'max_age' => 0,
'supports_credentials' => false
and always response this Access to XMLHttpRequest at ‘/api/validate/establecimiento/11111’ from origin ‘https://julianr92.github.io’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.