mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-05 06:53:39 +01:00
15 lines
221 B
JavaScript
15 lines
221 B
JavaScript
![]() |
import homebridgeProxyHandler from "./proxy";
|
||
|
|
||
|
const widget = {
|
||
|
api: "{url}/api/{endpoint}",
|
||
|
proxyHandler: homebridgeProxyHandler,
|
||
|
|
||
|
mappings: {
|
||
|
info: {
|
||
|
endpoint: "/",
|
||
|
}
|
||
|
},
|
||
|
};
|
||
|
|
||
|
export default widget;
|