Fix: missing peertube version in documentation

pull/5441/head
John Livingston 2022-11-01 09:51:47 +01:00 committed by Chocobozzz
parent 8fac9adc13
commit fbe3fa54b4
1 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,8 @@ The `ping` route can be accessed using:
#### Add custom WebSocket handlers
**PeerTube >= 5.0**
You can create custom WebSocket servers (like [ws](https://github.com/websockets/ws) for example) using `registerWebSocketRoute`:
```js