Verb correction
This commit is contained in:
@@ -41,7 +41,7 @@ class WrenchHooks extends BaseController
|
|||||||
|
|
||||||
if ( $enable_event_publish == true && !empty($in) ){
|
if ( $enable_event_publish == true && !empty($in) ){
|
||||||
$local_url = "http://".$this->micro_service_net1.":".$microPort."/flutterOkHook";
|
$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"]) ){
|
if ( isset( $in["event"]) & isset($in["data"]) ){
|
||||||
|
|||||||
Reference in New Issue
Block a user