mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 09:48:32 +02:00
http: increase default response header timeout to 60s, add option to customize it, schema update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const NOTIFICATION_PROVIDERS = ["webhook", "gotify"];
|
||||
export const WEBHOOK_TEMPLATES = ["discord"];
|
||||
export const WEBHOOK_TEMPLATES = ["", "discord"];
|
||||
export const WEBHOOK_METHODS = ["POST", "GET", "PUT"];
|
||||
export const WEBHOOK_MIME_TYPES = [
|
||||
"application/json",
|
||||
|
||||
Reference in New Issue
Block a user