mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix
This commit is contained in:
parent
cc9d868222
commit
49b8a1014a
@ -14,7 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<script type="text/x-red" data-help-name="http in">
|
||||
<script type="text/html" data-help-name="http in">
|
||||
<p>创建用于创建Web服务的HTTP端点。</p>
|
||||
<h3>输出</h3>
|
||||
<dl class="message-properties">
|
||||
@ -41,7 +41,7 @@
|
||||
<p><b>注意:</b>该节点不发送对请求的任何响应。该流必须包含HTTP响应节点才能完成请求。</p>
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="http response">
|
||||
<script type="text/html" data-help-name="http response">
|
||||
<p>将响应发送回从HTTP输入节点接收的请求。</p>
|
||||
|
||||
<h3>输入</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user