mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
only https
This commit is contained in:
+1
-2
@@ -83,8 +83,7 @@ template = {
|
||||
"host": "httpbin.org", # overrides localhost:5000
|
||||
"basePath": "/", # base bash for blueprint registration
|
||||
"schemes": [
|
||||
"https",
|
||||
"http"
|
||||
"https"
|
||||
],
|
||||
'protocol': 'https',
|
||||
'tags': [
|
||||
|
||||
Reference in New Issue
Block a user