mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-01 11:26:55 +02:00
chore(webhook): GET method is not recommended (#39169)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
co-authored by
wxiaoguang
parent
be3a6d1647
commit
72afd222f0
@@ -14,7 +14,7 @@
|
||||
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
|
||||
<div class="menu">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user