mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
run check false
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"list": [{
|
"list": [{
|
||||||
"title": "List your shortened URLs",
|
"title": "List your shortened URLs",
|
||||||
"description": "List the token holder's shortened URLs",
|
"description": "List the token holder's shortened URLs",
|
||||||
"run_check": true,
|
"run_check": false,
|
||||||
"request": {
|
"request": {
|
||||||
},
|
},
|
||||||
"response": {
|
"response": {
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
}],
|
}],
|
||||||
"shorten": [{
|
"shorten": [{
|
||||||
"title": "Shorten a long URL",
|
"title": "Shorten a long URL",
|
||||||
"run_check": true,
|
"run_check": false,
|
||||||
"request": {
|
"request": {
|
||||||
"destinationURL": "https://mysite.com/this-is-a-rather-long-web-address"
|
"destinationURL": "https://mysite.com/this-is-a-rather-long-web-address"
|
||||||
},
|
},
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
}],
|
}],
|
||||||
"proxy": [{
|
"proxy": [{
|
||||||
"title": "Resolve a short URL to a long destination URL",
|
"title": "Resolve a short URL to a long destination URL",
|
||||||
"run_check": true,
|
"run_check": false,
|
||||||
"request": {
|
"request": {
|
||||||
"shortURL": "https://m3o.one/u/ck6SGVkYp"
|
"shortURL": "https://m3o.one/u/ck6SGVkYp"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user