[Docs] upgraded the path of the self-hosted documentation URL to /v1.

This commit is contained in:
Tadashi Shigeoka 2024-09-06 21:41:31 +09:00
parent 554a05068c
commit aa2cf686f4

View File

@ -106,7 +106,7 @@ You should be able to see the Bull Queue Manager UI on `http://localhost:3002/ad
If youd like to test the crawl endpoint, you can run this:
```bash
curl -X POST http://localhost:3002/v0/crawl \
curl -X POST http://localhost:3002/v1/crawl \
-H 'Content-Type: application/json' \
-d '{
"url": "https://mendable.ai"