mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 07:21:09 -04:00
Merge branch 'master' into logging
This commit is contained in:
commit
a13bdaac84
39 changed files with 3867 additions and 3497 deletions
|
@ -24,6 +24,7 @@ const AliyunSms = require("./notification-providers/aliyun-sms");
|
|||
const DingDing = require("./notification-providers/dingding");
|
||||
const Bark = require("./notification-providers/bark");
|
||||
const { log_info } = require("../src/util");
|
||||
const SerwerSMS = require("./notification-providers/serwersms");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -59,6 +60,7 @@ class Notification {
|
|||
new Telegram(),
|
||||
new Webhook(),
|
||||
new Bark(),
|
||||
new SerwerSMS(),
|
||||
];
|
||||
|
||||
for (let item of list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue