Browse Source

Fix typo in URL

pull/14238/head
Yurii Motov 4 months ago
parent
commit
8ce8896f92
  1. 2
      docs/en/docs/advanced/behind-a-proxy.md

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

@ -188,7 +188,7 @@ $ fastapi run main.py --forwarded-allow-ips="*"
///
Open `http://127.0.0.1:9999/items` in your browser.
Your request will be redirected by FastAPI to `http://127.0.0.1:9999/items/` and you will see:
Your request will be redirected by FastAPI to `http://127.0.0.1:8000/items/` and you will see:
```json
["plumbus","portal gun"]

Loading…
Cancel
Save