Add FileFlows widget

This commit is contained in:
Mbarmem
2023-02-12 20:31:31 +03:00
committed by shamoon
parent aabd05a0cb
commit 6bb94dc185
4 changed files with 64 additions and 2 deletions

14
src/widgets/fileflows/widget.js Executable file
View File

@@ -0,0 +1,14 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: genericProxyHandler,
mappings: {
"status": {
endpoint: "status",
},
},
};
export default widget;