Rename browser demo mount path from /demo to /voice-demo.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Xin Wang
2026-05-26 14:37:21 +08:00
parent d64a5315a5
commit 7ab10eba32
6 changed files with 8 additions and 8 deletions

View File

@@ -170,8 +170,8 @@ ws://<host>:<port>/ws-product
```json
"server": {
"serve_webpage": true,
"webpage_mount": "/demo"
"webpage_mount": "/voice-demo"
}
```
启动服务后访问 `http://localhost:8000/demo/`,默认连接同源的 `/ws-product`。参考实现见 `examples/webpage/`
启动服务后访问 `http://localhost:8000/voice-demo/`,默认连接同源的 `/ws-product`。参考实现见 `examples/webpage/`