1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-06-10 05:15:07 +01:00
2022-10-13 18:40:26 -03:00

16 lines
280 B
JavaScript

import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/v1/{endpoint}",
proxyHandler: credentialedProxyHandler,
mappings: {
info: {
method: "GET",
endpoint: "watch",
},
},
};
export default widget;