Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Issue fix #917 (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
binal-7span authored May 16, 2019
1 parent 343177b commit 857bb6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CorsMiddleware extends AbstractMiddleware
'Authorization',
],
'exposed_headers' => [],
'max_age' => null,
'max_age' => 500,
'credentials' => false,
];

Expand Down

0 comments on commit 857bb6b

Please sign in to comment.