From 1d12cf0b3eb8e9d57f2ee00735b162d407a7fd99 Mon Sep 17 00:00:00 2001 From: lyc8503 Date: Thu, 16 Oct 2025 00:46:46 +0800 Subject: [PATCH] docs: add link to wiki --- uptime.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime.config.ts b/uptime.config.ts index 5263293..1e41b61 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -87,7 +87,7 @@ const workerConfig: WorkerConfig = { // [Optional] Notification settings notification: { // [Optional] Notification webhook settings, if not specified, no notification will be sent - // Wiki: TODO + // More info at Wiki: https://github.com/lyc8503/UptimeFlare/wiki/Setup-notification webhook: { // [Required] webhook URL (example: Telegram Bot API) url: 'https://api.telegram.org/bot123456:ABCDEF/sendMessage',