From f91013a6af3e03d08d04c09a69f27c86386b259b Mon Sep 17 00:00:00 2001 From: Niu-820 Date: Sun, 17 Nov 2024 20:13:32 +0800 Subject: [PATCH] Update uptime.config.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 替换API KEY --- uptime.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime.config.ts b/uptime.config.ts index acddf06..99d1d6a 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -37,7 +37,7 @@ const workerConfig = { // [OPTIONAL] headers to be sent headers: { 'User-Agent': 'Uptimeflare', - Authorization: 'Bearer YOUR_TOKEN_HERE', + Authorization: '7RLv2nXmdiBPiBkYGdSVh9ulwgU4EhFYrF9E2pFB', }, // [OPTIONAL] body to be sent body: 'Hello, world!',