mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
import nzbgetProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
proxyHandler: nzbgetProxyHandler,
|
|
};
|
|
|
|
export default widget;
|