15 lines
226 B
JavaScript
Raw Normal View History

2022-11-06 11:05:31 +01:00
import pyloadProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: pyloadProxyHandler,
mappings: {
"status": {
endpoint: "statusServer",
}
}
}
2022-11-06 11:05:31 +01:00
export default widget;