mirror of
https://github.com/gethomepage/homepage.git
synced 2026-03-06 17:03:59 -05:00
9 lines
172 B
JavaScript
9 lines
172 B
JavaScript
import rutorrentProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/plugins/httprpc/action.php",
|
|
proxyHandler: rutorrentProxyHandler,
|
|
};
|
|
|
|
export default widget;
|