2022-10-04 21:46:48 -07:00

15 lines
289 B
JavaScript

import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api2/json/{endpoint}",
proxyHandler: credentialedProxyHandler,
mappings: {
"cluster/resources": {
endpoint: "cluster/resources",
},
},
};
export default widget;