Skip to content

Commit

Permalink
🔧 (cors) Configuração.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayder committed Aug 31, 2019
1 parent a9e5251 commit 106c131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
| to accept any value.
|
*/

'supportsCredentials' => false,
'allowedOrigins' => ['*'],
'allowedOriginsPatterns' => [],
'allowedOriginsPatterns' => ['*'],
'allowedHeaders' => ['*'],
'allowedMethods' => ['*'],
'exposedHeaders' => [],
'exposedHeaders' => ['*'],
'maxAge' => 0,

];

0 comments on commit 106c131

Please sign in to comment.