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