mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-13 02:25:26 +00:00
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
location /api {
|
|
return 404;
|
|
}
|
|
location /docs {
|
|
return 404;
|
|
}
|
|
location /redoc {
|
|
return 404;
|
|
}
|