mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Formatted description in 2 lines
This commit is contained in:
+4
-1
@@ -67,7 +67,10 @@ template = {
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "httpbin.org",
|
||||
"description": "A simple HTTP Service. <br/> <br/> <code>$ docker run -p 80:80 kennethreitz/httpbin</code>",
|
||||
"description": (
|
||||
"A simple HTTP Request & Response Service."
|
||||
"<br/> <br/> <b>Run locally: </b> <code>$ docker run -p 80:80 kennethreitz/httpbin</code>"
|
||||
),
|
||||
"contact": {
|
||||
"responsibleOrganization": "Kenneth Reitz",
|
||||
"responsibleDeveloper": "Kenneth Reitz",
|
||||
|
||||
Reference in New Issue
Block a user