From 2ccbb681025a5f1e4eca3a78da9f1a3d4b76e15b Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 6 Jul 2024 08:25:03 -0400 Subject: [PATCH] Verb correction --- www-api/app/Controllers/WrenchHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchHooks.php b/www-api/app/Controllers/WrenchHooks.php index 74e0186d..a5d6fc76 100644 --- a/www-api/app/Controllers/WrenchHooks.php +++ b/www-api/app/Controllers/WrenchHooks.php @@ -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"]) ){