mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Co-authored-by: Renan Greca <renangreca@gmail.com> Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
15 lines
247 B
JavaScript
15 lines
247 B
JavaScript
import backrestProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/v1.Backrest/{endpoint}",
|
|
proxyHandler: backrestProxyHandler,
|
|
|
|
mappings: {
|
|
summary: {
|
|
endpoint: "GetSummaryDashboard",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|