add Channels DVR Server widget

This commit is contained in:
Jon Maddox
2023-04-19 16:24:02 -04:00
parent 0904776971
commit 3acbdda45e
5 changed files with 60 additions and 1 deletions

View File

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