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