Skip to content

Commit

Permalink
Readd links to Kenneth Reitz's website to the flasgger template
Browse files Browse the repository at this point in the history
Fixes psf#13
  • Loading branch information
mgorny committed Aug 23, 2023
1 parent 3b681db commit b8eaa29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions httpbin/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def jsonify(*args, **kwargs):
"title": "httpbin.org",
"description": (
"A simple HTTP Request & Response Service."
"<br/> A <a href='http://kennethreitz.com/'>Kenneth Reitz</a> project."
"<br/> <br/> <b>Run locally: </b> <br/> "
"<code>$ docker pull ghcr.io/psf/httpbin</code> <br/>"
"<code>$ docker run -p 80:8080 ghcr.io/psf/httpbin</code>"
Expand Down
1 change: 1 addition & 0 deletions httpbin/templates/flasgger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h2 class="title">httpbin.org</h2>
<div class="description">
<div class="markdown">
<p>A simple HTTP Request &amp; Response Service.
<br/> A <a href='http://kennethreitz.com/'>Kenneth Reitz</a> project.
<br>
<br>
<b>Run locally: </b> <br/>
Expand Down

0 comments on commit b8eaa29

Please sign in to comment.