forked from nutomic/joinpeertube
Fix instances list URL
This commit is contained in:
parent
507b441ef1
commit
ee17e9a788
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
$(function () {
|
$(function () {
|
||||||
const instancesApi = 'https://instances.peertu.be/api/v1/instances'
|
const instancesApi = 'https://instances.joinpeertube.org/api/v1/instances'
|
||||||
const data = {
|
const data = {
|
||||||
start: 0,
|
start: 0,
|
||||||
count: 100,
|
count: 100,
|
||||||
|
|
Loading…
Reference in a new issue