Fix typo in URL

This commit is contained in:
Yurii Motov 2026-02-25 22:17:30 +01:00
parent be0aec2e44
commit 8ce8896f92
1 changed files with 1 additions and 1 deletions

View File

@ -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"]