From 66c9c9da7146a821702a3fca0909f93c0ca690b9 Mon Sep 17 00:00:00 2001 From: Alexander Osadchy Date: Tue, 21 Jan 2025 23:51:09 +0400 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B2=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D0=BD=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B0=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B8=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=20=D0=BE=D0=BF=D0=B5=D1=80=D0=B0=D1=82=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/view/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/view/index.html b/src/interface/view/index.html index 9ca70fd..797f485 100644 --- a/src/interface/view/index.html +++ b/src/interface/view/index.html @@ -322,7 +322,7 @@ + 'HTTPЗапрос = Новый HTTPЗапрос("/");\n\n' + 'HTTPОтвет = Соединение.ВызватьHTTPМетод("GET", HTTPЗапрос);', 'connector': - 'Результат = КоннекторHTTP.Get("http://example.com")' + 'Результат = КоннекторHTTP.Get("http://example.com");' }; let outputText = "";