This commit is contained in:
Din Dang
2024-11-29 00:42:55 +08:00
parent f16578d19a
commit 7dc9010451
120 changed files with 14095 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "http://192.168.50.201:5000/api/resource-usage",
proxyHandler: genericProxyHandler,
mappings: {
info: {
endpoint: ""
}
}
};
export default widget;