mirror of
https://gitea.invidious.io/iv-org/documentation
synced 2025-06-05 22:19:26 +02:00
correctly send the json body
This commit is contained in:
@@ -54,7 +54,6 @@ 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' },
|
||||
|
Reference in New Issue
Block a user