Skip to content

Commit

Permalink
fix: README的server命令行描述错误
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Oct 24, 2023
1 parent cb0a845 commit a54ae1e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,12 @@ BBDown -p ALL "https://www.bilibili.com/bangumi/play/ss33073"
<details>
<summary>API服务器</summary>

启动服务器(默认设置):

```shell
BBDown server
```

启动服务器(自定义监听地址和端口):

```shell
BBDown server http://0.0.0.0:12450
BBDown server -l http://0.0.0.0:12450
```

API服务器不支持HTTPS配置,如果有需要请自行使用nginx等反向代理进行配置

API详细请参考`json-api-doc.md`
Expand Down

0 comments on commit a54ae1e

Please sign in to comment.