Merge pull request #635 from shige/doc/update-self-host-v1.0.0

[Docs] upgraded the path of the self-hosted documentation URL to `/v1`.
This commit is contained in:
Nicolas 2024-09-06 18:24:44 -03:00 committed by GitHub
commit 0731b3127d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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"