fix: liniting errors
This commit is contained in:
parent
627937a2f7
commit
d1162e1728
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user