Adding Kavita

This commit is contained in:
dimitricappelle 2023-06-20 17:05:07 +02:00
parent bc2695323c
commit 940ce359bf
6 changed files with 151 additions and 2 deletions

View file

@ -0,0 +1,13 @@
import kavitaProxyHandler from "./proxy";
const widget = {
api: "{url}/api/{endpoint}",
proxyHandler: kavitaProxyHandler,
mappings: {
info: {
endpoint: "/"
}
}
};
export default widget;