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