Verb correction

This commit is contained in:
CHIEFSOFT\ameye
2024-07-06 08:25:03 -04:00
parent 6e9ecee654
commit 2ccbb68102
+1 -1
View File
@@ -41,7 +41,7 @@ class WrenchHooks extends BaseController
if ( $enable_event_publish == true && !empty($in) ){
$local_url = "http://".$this->micro_service_net1.":".$microPort."/flutterOkHook";
$out = $this->APIcall('GET', $local_url, $in);
$out = $this->APIcall('POST', $local_url, $in);
}
if ( isset( $in["event"]) & isset($in["data"]) ){