mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-16 15:08:58 +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 {
|
||||
const fedidbServers = await (
|
||||
await fetch(
|
||||
`https://api.fedidb.org/v1.1/servers?software=mbin${
|
||||
fedidbNextCursor ? `&cursor=` + fedidbNextCursor : ''
|
||||
`https://api.fedidb.org/v1.1/software/mbin/servers${
|
||||
fedidbNextCursor ? `?cursor=` + fedidbNextCursor : ''
|
||||
}`,
|
||||
)
|
||||
).json();
|
||||
|
|
Loading…
Add table
Reference in a new issue