trying to add the new check to the status page

This commit is contained in:
Emilien Devos 2024-04-22 00:20:29 +02:00
parent 775e3ed3ea
commit 8e451d4365
2 changed files with 7 additions and 2 deletions

View file

@ -54,6 +54,7 @@ jobs:
var request = require("request");
var options = { method: 'POST',
url: 'https://api.uptimerobot.com/v2/newMonitor',
json:true,
headers:
{ 'content-type': 'application/x-www-form-urlencoded',
'cache-control': 'no-cache' },