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