Update widget.js

Changed API endpoint to /stats, which gives the same information as the RomM dashboard in a much more easily handled fashion.
This commit is contained in:
InsertDisc 2024-08-23 09:47:12 -04:00 committed by GitHub
parent f2a49eaa25
commit 12dff53b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ const widget = {
mappings: {
statistics: {
endpoint: "platforms",
endpoint: "stats",
},
},
};