Browse Source

Fix link url to match link text

pull/14217/head
Yurii Motov 9 months ago
parent
commit
28b90a126c
  1. 2
      docs/en/docs/advanced/behind-a-proxy.md

2
docs/en/docs/advanced/behind-a-proxy.md

@ -228,7 +228,7 @@ Passing the `root_path` to `FastAPI` would be the equivalent of passing the `--r
Keep in mind that the server (Uvicorn) won't use that `root_path` for anything else than passing it to the app.
But if you go with your browser to <a href="http://127.0.0.1:8000" class="external-link" target="_blank">http://127.0.0.1:8000/app</a> you will see the normal response:
But if you go with your browser to <a href="http://127.0.0.1:8000/app" class="external-link" target="_blank">http://127.0.0.1:8000/app</a> you will see the normal response:
```JSON
{

Loading…
Cancel
Save