Skip to content

Commit

Permalink
docs:修改api文档
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoK29 committed Jun 27, 2022
1 parent 129eb1b commit d33896b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

### 请求

Expand Down Expand Up @@ -350,9 +350,9 @@ curl http://127.0.0.1:5678/api/status

## 删除数据库

| 接口地址 | /api/drop |
|------|-----------|
| 请求方式 | GET |
| 接口地址 | /api/db/drop |
| -------- | ------------ |
| 请求方式 | GET |

### 请求

Expand Down

0 comments on commit d33896b

Please sign in to comment.