mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 16:30:31 +00:00
14 lines
222 B
JavaScript
14 lines
222 B
JavaScript
import homebridgeProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: homebridgeProxyHandler,
|
|
|
|
mappings: {
|
|
info: {
|
|
endpoint: "/",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|