From c98fa94629ee9dca48acb5f0f7bef46377f51790 Mon Sep 17 00:00:00 2001 From: ascpixi <44982772+ascpixi@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:42:47 +0100 Subject: [PATCH] Use yuzu-mirror/api instead of the dead API --- compatdb/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatdb/app.js b/compatdb/app.js index c7e80a8..4b05e36 100644 --- a/compatdb/app.js +++ b/compatdb/app.js @@ -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) => {