mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-18 07:58:57 +00:00
Use different api link
This commit is contained in:
parent
f1bca3299c
commit
90884822a2
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ const fetchServerList = async () => {
|
||||||
do {
|
do {
|
||||||
const fedidbServers = await (
|
const fedidbServers = await (
|
||||||
await fetch(
|
await fetch(
|
||||||
`https://api.fedidb.org/v1.1/servers?software=mbin${
|
`https://api.fedidb.org/v1.1/software/mbin/servers${
|
||||||
fedidbNextCursor ? `&cursor=` + fedidbNextCursor : ''
|
fedidbNextCursor ? `?cursor=` + fedidbNextCursor : ''
|
||||||
}`,
|
}`,
|
||||||
)
|
)
|
||||||
).json();
|
).json();
|
||||||
|
|
Loading…
Add table
Reference in a new issue