Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lrbmike committed Jul 30, 2024
1 parent 2a7f53e commit 34ae59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fastapi run app/main.py
```

## Use
scraper graph functon
scraper graph
```shell
curl -X POST https://your-domain/crawl/scraper_graph \
-H "Content-Type: application/json" \
Expand All @@ -36,7 +36,7 @@ curl -X POST https://your-domain/crawl/scraper_graph \

```

search graph function
search graph
```shell
curl -X POST https://your-domain/crawl/search_graph \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit 34ae59a

Please sign in to comment.