mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-11 00:10:38 -05:00
chore(webhook): GET method is not recommended (#39169)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
committed by
GitHub
parent
be3a6d1647
commit
72afd222f0
@@ -14,7 +14,7 @@
|
|||||||
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="item" data-value="POST">POST</div>
|
<div class="item" data-value="POST">POST</div>
|
||||||
<div class="item" data-value="GET">GET</div>
|
<div class="item" data-value="GET">GET (not recommended; only suitable for small payloads)</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user