mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
|
|
|
const widget = {
|
|
api: "{url}/api/3/{endpoint}",
|
|
proxyHandler: credentialedProxyHandler,
|
|
};
|
|
|
|
export default widget;
|