mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
import npmProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: npmProxyHandler,
|
|
};
|
|
|
|
export default widget;
|