mirror of
https://github.com/karl0ss/homepage.git
synced 2025-10-11 09:52:15 +01:00
15 lines
226 B
JavaScript
15 lines
226 B
JavaScript
import pyloadProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: pyloadProxyHandler,
|
|
|
|
mappings: {
|
|
"status": {
|
|
endpoint: "statusServer",
|
|
}
|
|
}
|
|
}
|
|
|
|
export default widget;
|