From aa2cf686f4c891e5fe5b8be8eb15050bff01d261 Mon Sep 17 00:00:00 2001 From: Tadashi Shigeoka Date: Fri, 6 Sep 2024 21:41:31 +0900 Subject: [PATCH] [Docs] upgraded the path of the self-hosted documentation URL to `/v1`. --- SELF_HOST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SELF_HOST.md b/SELF_HOST.md index f631cf18..2fa87776 100644 --- a/SELF_HOST.md +++ b/SELF_HOST.md @@ -106,7 +106,7 @@ You should be able to see the Bull Queue Manager UI on `http://localhost:3002/ad If you’d 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"