mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
15 lines
227 B
JavaScript
15 lines
227 B
JavaScript
import pyloadProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: pyloadProxyHandler,
|
|
|
|
mappings: {
|
|
status: {
|
|
endpoint: "statusServer",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|