flowRefreshResources

This commit is contained in:
CHIEFSOFT\ameye
2024-10-13 07:12:49 -04:00
parent 0e20fd5f8b
commit 07cc186972
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -32,6 +32,16 @@ class AirFlow extends BaseController
return []; //json_encode( $final_out );
}
public function flowRefreshResources(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
$out =[];
log_message('critical', "AirFlow::flowRefreshResources ********* ALL ".serialize($in) );
return []; //json_encode( $final_out );
}
public function flowAppEmails(){
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);