More Omada widget cleanup

This commit is contained in:
Michael Shamoon
2022-12-21 13:04:14 -08:00
parent b01e6eaf56
commit 952305492c
4 changed files with 35 additions and 51 deletions

View File

@@ -1,15 +1,7 @@
import omadaProxyHandler from "./proxy";
// import genericProxyHandler from "../../utils/proxy/handlers/generic";
const widget = {
api: "{url}/web/v1/{endpoint}",
proxyHandler: omadaProxyHandler,
mappings: {
stats: {
endpoint: "controller",
}
}
};
export default widget;