mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-21 05:12:48 +00:00
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
location /api {
|
|
return 404;
|
|
}
|
|
location /docs {
|
|
return 404;
|
|
}
|
|
location /redoc {
|
|
return 404;
|
|
}
|