mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
Corrected repository URL in app.json.
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
@@ -22,3 +22,4 @@ Patches and Suggestions
|
|||||||
- Matt Robenolt (https://github.com/mattrobenolt)
|
- Matt Robenolt (https://github.com/mattrobenolt)
|
||||||
- Dave Challis (https://github.com/davechallis)
|
- Dave Challis (https://github.com/davechallis)
|
||||||
- Florian Bruhin (https://github.com/The-Compiler)
|
- Florian Bruhin (https://github.com/The-Compiler)
|
||||||
|
- Brett Randall (https://github.com/javabrett)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "httpbin",
|
"name": "httpbin",
|
||||||
"description": "HTTP Request & Response Service, written in Python + Flask.",
|
"description": "HTTP Request & Response Service, written in Python + Flask.",
|
||||||
"repository": "https://github.com/Runscope/httpbin",
|
"repository": "https://github.com/requests/httpbin",
|
||||||
"website": "https://httpbin.org",
|
"website": "https://httpbin.org",
|
||||||
"logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg",
|
"logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg",
|
||||||
"keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"],
|
"keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"],
|
||||||
|
|||||||
Reference in New Issue
Block a user