fixed post

This commit is contained in:
CHIEFSOFT\ameye
2024-07-06 11:38:32 -04:00
parent b45421c1a7
commit c232333d47
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class WrenchHooks extends BaseController
$eventMsg = [
"message" => serialize($in)
];
$local_url = "http://".$this->micro_service_net1.":".$microPort."/flutterOkHook";
$out = $this->APIcall('POST', $local_url, $eventMsg); //kafKa Lane
}