1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-06-27 00:51:30 +02:00

Add dropdown menu

This commit is contained in:
Louis Lam
2022-04-19 00:39:49 +08:00
parent cefb5bb60a
commit 17d4003e5c
4 changed files with 113 additions and 21 deletions

View File

@ -86,5 +86,7 @@ module.exports.autoStart = async (token) => {
module.exports.stop = async () => {
console.log("Stop cloudflared");
cloudflared.stop();
if (cloudflared) {
cloudflared.stop();
}
};