fix: videos/workshops query optmization

This commit is contained in:
Xavier Oliveira
2026-06-02 15:50:47 +01:00
parent bcaff422a0
commit c5ed77945e
8 changed files with 133 additions and 209 deletions

View File

@@ -34,6 +34,6 @@ return [
'max_age' => 0,
'supports_credentials' => false,
'supports_credentials' => true,
];

View File

@@ -101,7 +101,7 @@ return [
|
*/
'ttl' => env('JWT_TTL', 1440),
'ttl' => env('JWT_TTL', 15),
/*
|--------------------------------------------------------------------------