From b3dc526d7d16624b5b3016d9b3a357ec3c9e0276 Mon Sep 17 00:00:00 2001 From: Jt Whissel Date: Mon, 19 Aug 2024 10:02:13 -0400 Subject: [PATCH] updates --- README.md | 2 +- sdk/README.md | 2 +- sdk/Travelling.postman_collection.json | 2 +- sdk/node/index.js | 2 +- sdk/web/index.mjs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 75403477..bae30fab 100644 --- a/README.md +++ b/README.md @@ -3130,7 +3130,7 @@ body { "urls": [ "http://127.0.0.1", - "http://checkpeople.com" + "http://dragohm.com" ] } ``` diff --git a/sdk/README.md b/sdk/README.md index 6c6e151f..90792137 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -2292,7 +2292,7 @@ body { "urls": [ "http://127.0.0.1", - "http://checkpeople.com" + "http://dragohm.com" ] } ``` diff --git a/sdk/Travelling.postman_collection.json b/sdk/Travelling.postman_collection.json index dd3950bb..7246f480 100644 --- a/sdk/Travelling.postman_collection.json +++ b/sdk/Travelling.postman_collection.json @@ -2058,7 +2058,7 @@ ], "body": { "mode": "raw", - "raw": "{\n \"urls\": [\n \"http://127.0.0.1\",\n \"http://checkpeople.com\"\n ]\n}", + "raw": "{\n \"urls\": [\n \"http://127.0.0.1\",\n \"http://dragohm.com\"\n ]\n}", "options": { "raw": { "language": "json" diff --git a/sdk/node/index.js b/sdk/node/index.js index eb6b5602..69fc41d3 100644 --- a/sdk/node/index.js +++ b/sdk/node/index.js @@ -4137,7 +4137,7 @@ function SDK(host, opts) { * { * "urls": [ * "http://127.0.0.1", - * "http://checkpeople.com" + * "http://dragohm.com" * ] * } * ``` diff --git a/sdk/web/index.mjs b/sdk/web/index.mjs index 9fb70211..28ec823a 100644 --- a/sdk/web/index.mjs +++ b/sdk/web/index.mjs @@ -8290,7 +8290,7 @@ function SDK(host, opts) { * { * "urls": [ * "http://127.0.0.1", - * "http://checkpeople.com" + * "http://dragohm.com" * ] * } * ```