mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
whitespace
This commit is contained in:
@@ -20,8 +20,6 @@ def to_json(*args, **kwargs):
|
||||
return json.dumps(data)
|
||||
|
||||
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def hello():
|
||||
return to_json(hello='world')
|
||||
|
||||
Reference in New Issue
Block a user