fix: liniting errors

This commit is contained in:
Alex Wellnitz 2024-12-17 10:21:17 +01:00
parent 627937a2f7
commit d1162e1728

View File

@ -27,6 +27,7 @@ cargo run
```
**Add Document to Index:**
```bash
curl --request POST \
--url http://localhost:4000/search/index/document \
@ -38,6 +39,7 @@ curl --request POST \
```
**Search Query:**
```bash
curl --request GET \
--url 'http://localhost:4000/search?query=Rust'