From 946979bafe6cc2ca11ceb82c70f008fe9114b041 Mon Sep 17 00:00:00 2001 From: biver Date: Sat, 18 Mar 2023 15:06:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=82=D0=BE=D1=87=D0=BD=D1=8F=D0=B5?= =?UTF-8?q?=D0=BC=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8F=20HttpGet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/exec/HttpGet/modinfo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/exec/HttpGet/modinfo.json b/src/modules/exec/HttpGet/modinfo.json index c48638a5..b954636a 100644 --- a/src/modules/exec/HttpGet/modinfo.json +++ b/src/modules/exec/HttpGet/modinfo.json @@ -34,14 +34,14 @@ "name": "get", "descr": "Отправить http запрос методом GET.", "params": [ - "http.get('URL')" + "URL" ] }, { "name": "post", "descr": "Отправить http запрос методом POST.", "params": [ - "http.post('URL','message')" + "URL","message" ] } ]