log blog in

This commit is contained in:
CHIEFSOFT\ameye
2023-07-24 07:52:21 -04:00
parent f3969e7e49
commit 0f6c834c26
+3
View File
@@ -71,6 +71,9 @@ class WrenchBlog extends BaseController
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
log_message('critical', "BLOG DATA CALL ********* ".serialize($in) );
$endpoint = "WRENCH_BLOG_DATA";
$res1 = $this->getCache($endpoint);
if (count($res1)==0){