widget refactoring

This commit is contained in:
Ben Phelps 2022-09-26 00:35:54 +03:00
parent 03fa2f86d7
commit 035dd25ece
29 changed files with 851 additions and 10 deletions

View file

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