mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-05 01:31:22 -07:00
14 lines
209 B
JavaScript
14 lines
209 B
JavaScript
import qbittorrentProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: qbittorrentProxyHandler,
|
|
|
|
mappings: {
|
|
torrents: {
|
|
endpoint: "torrents/info",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|