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

@@ -51,7 +51,7 @@ examples/webpage/
2. Open the demo page served by the same process:
```text
http://127.0.0.1:8000/demo/
http://127.0.0.1:8000/voice-demo/
```
The default websocket URL is derived from the page host
@@ -63,7 +63,7 @@ examples/webpage/
```json
"server": {
"serve_webpage": true,
"webpage_mount": "/demo"
"webpage_mount": "/voice-demo"
}
```