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