diff --git a/www-api/app/Controllers/WrenchBlog.php b/www-api/app/Controllers/WrenchBlog.php index ede94589..78bad209 100644 --- a/www-api/app/Controllers/WrenchBlog.php +++ b/www-api/app/Controllers/WrenchBlog.php @@ -52,8 +52,9 @@ class WrenchBlog extends BaseController return $data; } - public function mobileBlogData($endpoint,$raw_array) + public function mobileBlogData() { + $endpoint = "WRENCH_MOBILE_BLOG_DATA"; $res1 = $this->getCache($endpoint); if (count($res1)==0){ $rawData = $this->apiData(0);