feat: miniflux widget

This commit is contained in:
Heng-Yi Wu
2022-12-06 21:33:45 +08:00
committed by Michael Shamoon
parent db46931246
commit 3bef3dd6c6
6 changed files with 93 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
import minifluxProxyHandler from "./proxy";
const widget = {
proxyHandler: minifluxProxyHandler,
};
export default widget;