2022-10-07 23:26:16 -07:00

15 lines
252 B
JavaScript

import unifiProxyHandler from "./proxy";
const widget = {
api: "https://{host}:{port}{prefix}/api/{endpoint}",
proxyHandler: unifiProxyHandler,
mappings: {
"stat/sites": {
endpoint: "stat/sites",
},
}
};
export default widget;