Skip to content

Commit 5e702d1

Browse files
committed
Minor change on pagination and security configuration
1 parent f1c61f3 commit 5e702d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/pagination.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
return [
55
'item_per_page' => 20,
66
'max_pages' => 7,
7+
'max_limit' => 1000,
78
];

config/security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'expose_headers' => [],
3131
'allow_methods' => ['GET', 'PATCH', 'OPTIONS', 'HEAD', 'PUT', 'POST', 'DELETE'],
3232
'allow_credentials' => true,
33-
'max_age' => 1800,
33+
'max_age' => 86400,
3434
],
3535
'policies' => [
3636
'server' => 'Platine',

0 commit comments

Comments
 (0)