Synology Diskstation widget : initial commit

This commit is contained in:
Benoit
2023-01-22 11:51:04 +01:00
parent cdbdb86c9e
commit 2b3d4b388a
6 changed files with 177 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
import synologyProxyHandler from "./proxy";
const widget = {
proxyHandler: synologyProxyHandler,
};
export default widget;