mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
14 lines
241 B
JavaScript
14 lines
241 B
JavaScript
import freshrssProxyHandler from "./proxy";
|
|
|
|
const widget = {
|
|
api: "{url}/api/greader.php/{endpoint}?output=json",
|
|
proxyHandler: freshrssProxyHandler,
|
|
mappings: {
|
|
info: {
|
|
endpoint: "/",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default widget;
|