From 5664e5130e7dcd95ddb02ea9b7044c41a50ce4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B2=20Diani?= Date: Sat, 18 Jan 2025 23:59:19 +0100 Subject: [PATCH] reactivate cache of webapp --- dashboard/app/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/Api.php b/dashboard/app/Api.php index 6d36821..29b2d59 100644 --- a/dashboard/app/Api.php +++ b/dashboard/app/Api.php @@ -21,7 +21,7 @@ class Api // load from cache if available if (Cache::has($request)) { - //return Cache::get($request); + return Cache::get($request); } // Set timeout to .5h