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