From d33896b1fc885d6235d6fd97b4ba65f7c8e5fdbc Mon Sep 17 00:00:00 2001 From: xiaok <1526783667@qq.com> Date: Mon, 27 Jun 2022 15:33:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E4=BF=AE=E6=94=B9api=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/api.md b/docs/api.md index 114d9e7..218fade 100644 --- a/docs/api.md +++ b/docs/api.md @@ -87,10 +87,10 @@ curl -H "Content-Type:application/json" -X POST --data '{"id":88888,"text":"深 ## 删除索引 -| 接口地址 | /api/remove | -|------|------------------| -| 请求方式 | POST | -| 请求类型 | application/json | +| 接口地址 | /api/index/remove | +| -------- | ----------------- | +| 请求方式 | POST | +| 请求类型 | application/json | ### 请求 @@ -350,9 +350,9 @@ curl http://127.0.0.1:5678/api/status ## 删除数据库 -| 接口地址 | /api/drop | -|------|-----------| -| 请求方式 | GET | +| 接口地址 | /api/db/drop | +| -------- | ------------ | +| 请求方式 | GET | ### 请求