From 055eb52ed74048e75f5bb9c8c53245f05a7c4d6b Mon Sep 17 00:00:00 2001 From: linbmv <167443537+linbmv@users.noreply.github.com> Date: Wed, 22 May 2024 01:43:20 +0800 Subject: [PATCH] Update uptime.config.ts --- uptime.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 546261c..3538070 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -19,19 +19,19 @@ const workerConfig = { // `id` should be unique, history will be kept if the `id` remains constant id: 'foo_monitor', // `name` is used at status page and callback message - name: 'My API Monitor', + name: 'Linbmv', // `method` should be a valid HTTP Method method: 'POST', // `target` is a valid URL - target: 'https://example.com', + target: 'https://motley-hickory-brian.glitch.me/', // [OPTIONAL] `tooltip` is ONLY used at status page to show a tooltip tooltip: 'This is a tooltip for this monitor', // [OPTIONAL] `statusPageLink` is ONLY used for clickable link at status page - statusPageLink: 'https://example.com', + statusPageLink: 'https://motley-hickory-brian.glitch.me/', // [OPTIONAL] `expectedCodes` is an array of acceptable HTTP response codes, if not specified, default to 2xx expectedCodes: [200], // [OPTIONAL] `timeout` in millisecond, if not specified, default to 10000 - timeout: 10000, + timeout: 199, // [OPTIONAL] headers to be sent headers: { 'User-Agent': 'Uptimeflare',