mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
13 lines
208 B
JavaScript
13 lines
208 B
JavaScript
import kavitaProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: kavitaProxyHandler,
|
|
mappings: {
|
|
info: {
|
|
endpoint: "/"
|
|
}
|
|
}
|
|
};
|
|
|
|
export default widget;
|