mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
widget refactoring
This commit is contained in:
parent
03fa2f86d7
commit
035dd25ece
29 changed files with 851 additions and 10 deletions
8
src/widgets/rutorrent/widget.js
Normal file
8
src/widgets/rutorrent/widget.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import rutorrentProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/plugins/httprpc/action.php",
|
||||
proxyHandler: rutorrentProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue