mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-03 22:13:39 +01:00
15 lines
277 B
JavaScript
15 lines
277 B
JavaScript
![]() |
import credentialedProxyHandler from "../../utils/proxy/handlers/credentialed";
|
||
|
|
||
|
const widget = {
|
||
|
api: "{url}/api/v1/get/{endpoint}",
|
||
|
proxyHandler: credentialedProxyHandler,
|
||
|
|
||
|
mappings: {
|
||
|
domains: {
|
||
|
endpoint: "domain/all",
|
||
|
},
|
||
|
},
|
||
|
};
|
||
|
|
||
|
export default widget;
|