set default action URL to github when there's no monitor URL exist

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/4516/head
DC 2 months ago committed by GitHub
parent 865e32293b
commit f95a4c0049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -62,7 +62,7 @@ class WeCom extends NotificationProvider {
type: 1,
url: monitorJSON["url"]
? monitorJSON["url"]
: "https://",
: "https://github.com/louislam/uptime-kuma", // both card_action and card_action.url are mandatory
},
},
};

Loading…
Cancel
Save