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