newroutes
This commit is contained in:
@@ -49,5 +49,13 @@ class AirFlow extends BaseController
|
||||
log_message('critical', "AirFlow::flowSignupReport ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
|
||||
|
||||
public function flowRefreshBlog(){
|
||||
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
log_message('critical', "AirFlow::flowRefreshBlog ********* ALL ".serialize($in) );
|
||||
return []; //json_encode( $final_out );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user