forked from nutomic/joinpeertube
Merge branch 'feature/fix-instances' into 'master'
Fix instances list URL See merge request framasoft/joinpeertube!15
This commit is contained in:
commit
1f32e9b15b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
$(function () {
|
||||
const instancesApi = 'https://instances.peertu.be/api/v1/instances'
|
||||
const instancesApi = 'https://instances.joinpeertube.org/api/v1/instances'
|
||||
const data = {
|
||||
start: 0,
|
||||
count: 100,
|
||||
|
|
Loading…
Reference in a new issue