Use different api link

This commit is contained in:
jwr1 2025-05-11 11:40:47 -04:00
parent f1bca3299c
commit 90884822a2

View file

@ -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();