added tdarr widget

This commit is contained in:
Rickey Shideler 2022-12-16 18:31:26 +00:00 committed by Michael Shamoon
parent e7b0fc1419
commit aaa1f76176
6 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,8 @@
import tdarrProxyHandler from "./proxy";
const widget = {
api: "{url}/api/v2/cruddb",
proxyHandler: tdarrProxyHandler,
};
export default widget;