This website works better with JavaScript.
Home
Explore
Help
Sign In
mirror
/
tiangolo.fastapi
mirror of
https://github.com/tiangolo/fastapi
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
python
asyncio
api
async
fastapi
framework
json
json-schema
openapi
openapi3
pydantic
python-types
python3
redoc
rest
starlette
swagger
swagger-ui
uvicorn
web
247
Commits
27
Branches
212
Tags
186 MiB
Python
99.9%
Tree:
cfb42d1bef
tiangolo.fastapi
/
new-frontend
/
nginx-backend-not-found.conf
9 lines
105 B
Raw
Blame
History
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}
Reference in new issue