1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-14 16:10:39 +00:00

Added Webhook OPTIONS

This commit is contained in:
M66B 2023-10-03 21:05:13 +02:00
parent 12f2f84437
commit 56c7e51d72

View file

@ -2748,6 +2748,7 @@
<string-array name="httpMethodNames" translatable="false">
<item>GET</item>
<item>HEAD</item>
<item>OPTIONS</item>
<item>POST</item>
<item>PUT</item>
</string-array>