From b5ca8caf29724a98c012a429f31fa16985d49416 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 11 Dec 2021 20:24:28 +0000 Subject: [PATCH] run check false --- url/examples.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/url/examples.json b/url/examples.json index 2c4e06d..c9ff7de 100644 --- a/url/examples.json +++ b/url/examples.json @@ -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" },