mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
feat: miniflux widget
This commit is contained in:
committed by
Michael Shamoon
parent
db46931246
commit
3bef3dd6c6
7
src/widgets/miniflux/widget.js
Normal file
7
src/widgets/miniflux/widget.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import minifluxProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
proxyHandler: minifluxProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
||||
Reference in New Issue
Block a user