From b8eaa297d315db8bd374b7fde8b54c86a2e49314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 23 Aug 2023 07:05:42 +0200 Subject: [PATCH] Readd links to Kenneth Reitz's website to the flasgger template Fixes #13 --- httpbin/core.py | 1 + httpbin/templates/flasgger/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/httpbin/core.py b/httpbin/core.py index a210fe57..5c1783a1 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -100,6 +100,7 @@ def jsonify(*args, **kwargs): "title": "httpbin.org", "description": ( "A simple HTTP Request & Response Service." + "
A Kenneth Reitz project." "

Run locally:
" "$ docker pull ghcr.io/psf/httpbin
" "$ docker run -p 80:8080 ghcr.io/psf/httpbin" diff --git a/httpbin/templates/flasgger/index.html b/httpbin/templates/flasgger/index.html index c228cf56..10c5fb86 100644 --- a/httpbin/templates/flasgger/index.html +++ b/httpbin/templates/flasgger/index.html @@ -91,6 +91,7 @@

httpbin.org

A simple HTTP Request & Response Service. +
A Kenneth Reitz project.

Run locally: