Skip to content

Commit

Permalink
chore: добавить в пример коннектора разделитель операторов
Browse files Browse the repository at this point in the history
  • Loading branch information
alei1180 committed Jan 21, 2025
1 parent 7b6ac36 commit 66c9c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit 66c9c9d

Please sign in to comment.