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

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