Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13457/head
pre-commit-ci[bot] 1 month ago
parent
commit
23eb9def9d
  1. 4
      docs/ro/docs/index.md

4
docs/ro/docs/index.md

@ -13,7 +13,7 @@
</p>
<p align="center">
<em>Framework-ul FastAPI: perfromanță superioară, ușor de învățat, rapid de codat, pregătit pentru producție</em>
</p>
<p align="center">
<a href="https://github.com/fastapi/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
@ -255,7 +255,7 @@ Asftel, ai creat un API care:
* Primște o cerere HTTP pe ruta _paths_ `/` și `/items/{item_id}`.
* Ambele rute răspund la o operațiune `GET` (cunoscută si ca _verb_ HTTP).
* Ruta _path_ `/items/{item_id}` are un prametru de cale `item_id` care trebuie sa fie un `int`
* Ruta _path_ `/items/{item_id}` are un prametru de cale `item_id` care trebuie sa fie un `int`
* Ruta _path_ `/items/{item_id}` are un _parametru de interogare_ `q` care este un tip de dată `str`.
### Documentație API interactivă

Loading…
Cancel
Save