mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
import rutorrentProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/plugins/httprpc/action.php",
|
|
proxyHandler: rutorrentProxyHandler,
|
|
};
|
|
|
|
export default widget;
|