Feature: Romm Widget (#2663)

---------

Co-authored-by: Karl Hudgell <karl.hudgell@bjss.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Karl0ss 2024-01-20 07:36:44 +00:00 committed by GitHub
parent 0cdc354ead
commit f6ca3f57f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,14 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: genericProxyHandler,
mappings: {
statistics: {
endpoint: "platforms",
},
},
};
export default widget;