Use yuzu-mirror/api instead of the dead API

This commit is contained in:
ascpixi 2024-03-06 22:42:47 +01:00
parent c319294460
commit c98fa94629

View file

@ -63,7 +63,7 @@ async function run() {
// Loop through each game and process it.
let games = await fetch(
`https://api.${tenant}-emu.org/gamedb/websiteFeed/`
`https://raw.githubusercontent.com/yuzu-mirror/api/main/gamedb/websiteFeed`
).then((resp) => resp.json());
await Promise.all(
games.map(async (x) => {