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': [