]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
Add Open API prefix route - correct docs behind reverse proxy (#26)
authorKabir Khan <kakh@microsoft.com>
Thu, 14 Feb 2019 18:57:49 +0000 (10:57 -0800)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 14 Feb 2019 18:57:49 +0000 (22:57 +0400)
commit0ea0d0e82af64980c17e15da1e85155e28a6be1b
treeb22b17f7c98d6aea9dfb0052b748e17ed661c53e
parent890f1f7899835c2afc1f3432fb58c053d4313aae
Add Open API prefix route - correct docs behind reverse proxy (#26)

Add Open API prefix route - correct docs behind reverse proxy.
docs/img/tutorial/sub-applications/image01.png [new file with mode: 0644]
docs/img/tutorial/sub-applications/image02.png [new file with mode: 0644]
docs/src/sub_applications/tutorial001.py [new file with mode: 0644]
docs/tutorial/sub-applications-proxy.md [new file with mode: 0644]
fastapi/applications.py
fastapi/openapi/utils.py
mkdocs.yml
tests/test_tutorial/test_sub_applications/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_sub_applications/test_tutorial001.py [new file with mode: 0644]