Update uptime.config.ts

pull/5/head
lyc8503 2023-11-19 12:15:20 +08:00 committed by GitHub
parent ee1721ee22
commit cef0427411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const config = {
// `id` should be unique, history will be kept if the `id` remains constant // `id` should be unique, history will be kept if the `id` remains constant
id: 'foo_monitor', id: 'foo_monitor',
// `name` is used at status page and callback message // `name` is used at status page and callback message
name: 'Github Monitor', name: 'My API Monitor',
// `method` should be a valid HTTP Method // `method` should be a valid HTTP Method
method: 'POST', method: 'POST',
// `target` is a valid URL // `target` is a valid URL