mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
14 lines
243 B
JavaScript
Executable file
14 lines
243 B
JavaScript
Executable file
import audiobookshelfProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/{endpoint}",
|
|
proxyHandler: audiobookshelfProxyHandler,
|
|
|
|
mappings: {
|
|
libraries: {
|
|
endpoint: "libraries",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|