mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 07:21:09 -04:00
move userMonitorList out of server.js
This commit is contained in:
parent
230a9bfaf9
commit
a7cf14c663
4 changed files with 9 additions and 8 deletions
|
@ -11,6 +11,7 @@ const { tcping, ping, dnsResolve, checkCertificate, checkStatusCode, getTotalCli
|
|||
const { R } = require("redbean-node");
|
||||
const { BeanModel } = require("redbean-node/dist/bean-model");
|
||||
const { Notification } = require("../notification")
|
||||
const { userMonitorList } = require("../user-monitor-list");
|
||||
const version = require("../../package.json").version;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue