Fix: omada widget broken in v0.9.1 (#3587)

This commit is contained in:
shamoon
2024-06-04 07:28:45 -07:00
committed by GitHub
parent 9803ef70c6
commit 15cc1d98c5
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,12 @@ import omadaProxyHandler from "./proxy";
const widget = {
proxyHandler: omadaProxyHandler,
mappings: {
info: {
endpoint: "api/info",
},
},
};
export default widget;