From 12dff53b13e360caa2f810fa6c08328e5e369362 Mon Sep 17 00:00:00 2001 From: InsertDisc <31751462+InsertDisc@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:47:12 -0400 Subject: [PATCH] Update widget.js Changed API endpoint to /stats, which gives the same information as the RomM dashboard in a much more easily handled fashion. --- src/widgets/romm/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/romm/widget.js b/src/widgets/romm/widget.js index a7bb60fd6..84fe47f85 100644 --- a/src/widgets/romm/widget.js +++ b/src/widgets/romm/widget.js @@ -6,7 +6,7 @@ const widget = { mappings: { statistics: { - endpoint: "platforms", + endpoint: "stats", }, }, };