From fdad46da302eb1fd0023283e3c79a878c8b0a046 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 4 Jul 2018 10:48:14 -0400 Subject: [PATCH] only https --- httpbin/core.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/httpbin/core.py b/httpbin/core.py index 0a00a82..fe100f0 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -83,8 +83,7 @@ template = { "host": "httpbin.org", # overrides localhost:5000 "basePath": "/", # base bash for blueprint registration "schemes": [ - "https", - "http" + "https" ], 'protocol': 'https', 'tags': [