Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Aug 19, 2024
1 parent 8607173 commit b3dc526
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3130,7 +3130,7 @@ body
{
"urls": [
"http://127.0.0.1",
"http://checkpeople.com"
"http://dragohm.com"
]
}
```
Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ body
{
"urls": [
"http://127.0.0.1",
"http://checkpeople.com"
"http://dragohm.com"
]
}
```
Expand Down
2 changes: 1 addition & 1 deletion sdk/Travelling.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk/node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4137,7 +4137,7 @@ function SDK(host, opts) {
* {
* "urls": [
* "http://127.0.0.1",
* "http://checkpeople.com"
* "http://dragohm.com"
* ]
* }
* ```
Expand Down
2 changes: 1 addition & 1 deletion sdk/web/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8290,7 +8290,7 @@ function SDK(host, opts) {
* {
* "urls": [
* "http://127.0.0.1",
* "http://checkpeople.com"
* "http://dragohm.com"
* ]
* }
* ```
Expand Down

0 comments on commit b3dc526

Please sign in to comment.