mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
* Feat: OpenWRT widget implementation * Update proxy.js * fixes from review --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
9 lines
118 B
JavaScript
9 lines
118 B
JavaScript
import proxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/ubus",
|
|
proxyHandler,
|
|
};
|
|
|
|
export default widget;
|