mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-19 12:14:13 -04:00
correctly send the json body
This commit is contained in:
parent
ea4d456cb4
commit
f14d71df20
2 changed files with 3 additions and 7 deletions
|
@ -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' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue