Prelim support for QNAP NAS

This commit is contained in:
theshaun 2023-05-07 20:01:57 +10:00
parent 9b0c0af8b8
commit b4f700c185
6 changed files with 173 additions and 0 deletions

View file

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