fix: liniting errors
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user