reactivate cache of webapp

main
Giò Diani 2025-01-18 23:59:19 +01:00
parent 107f8c46b9
commit 5664e5130e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Api
// load from cache if available // load from cache if available
if (Cache::has($request)) { if (Cache::has($request)) {
//return Cache::get($request); return Cache::get($request);
} }
// Set timeout to .5h // Set timeout to .5h