14 lines
No EOL
245 B
JavaScript
Executable file
14 lines
No EOL
245 B
JavaScript
Executable file
import genericProxyHandler from "utils/proxy/handlers/generic";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: genericProxyHandler,
|
|
|
|
mappings: {
|
|
"status": {
|
|
endpoint: "status",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget; |