mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
9 lines
339 B
JavaScript
9 lines
339 B
JavaScript
export const NOTIFICATION_PROVIDERS = ["webhook", "gotify"];
|
|
export const WEBHOOK_TEMPLATES = ["", "discord"];
|
|
export const WEBHOOK_METHODS = ["POST", "GET", "PUT"];
|
|
export const WEBHOOK_MIME_TYPES = [
|
|
"application/json",
|
|
"application/x-www-form-urlencoded",
|
|
"text/plain",
|
|
];
|
|
export const WEBHOOK_COLOR_MODES = ["hex", "dec"];
|