mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
14 lines
278 B
JavaScript
14 lines
278 B
JavaScript
import beszelProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: beszelProxyHandler,
|
|
|
|
mappings: {
|
|
systems: {
|
|
endpoint: "collections/systems/records?page=1&perPage=500&sort=%2Bcreated",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|