mirror of https://github.com/Chocobozzz/PeerTube
Enhance registerClientRoute documentation:
Adding the path on which routes created with registerClientRoute are available.pull/5917/head
parent
cb78deba47
commit
e6c12444aa
|
@ -870,6 +870,7 @@ function register ({ registerClientRoute }) {
|
|||
}
|
||||
```
|
||||
|
||||
You can then access the page on `/p/my-super/route` (please note the additionnal `/p/` in the path).
|
||||
|
||||
### Publishing
|
||||
|
||||
|
|
Loading…
Reference in New Issue