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

@@ -38,7 +38,7 @@ Browser demo (served from the same process when `server.serve_webpage` is
true in `config.json`):
```text
http://localhost:8000/demo/
http://localhost:8000/voice-demo/
```
See `examples/webpage/README.md` for details.