aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freshrss/index.js
diff options
context:
space:
mode:
authorLibravatar Simon Szustkowski <mail@simonszu.de>2022-02-16 12:43:41 +0100
committerLibravatar GitHub <noreply@github.com>2022-02-16 12:43:41 +0100
commit18d91850bff013bd60cf9d95f4b981ea0ec4da65 (patch)
tree11085595fe2dc177c33cf02813a0a93946f14a41 /recipes/freshrss/index.js
parentAdd Zoho Projects recipe (#830) (diff)
downloadferdium-recipes-18d91850bff013bd60cf9d95f4b981ea0ec4da65.tar.gz
ferdium-recipes-18d91850bff013bd60cf9d95f4b981ea0ec4da65.tar.zst
ferdium-recipes-18d91850bff013bd60cf9d95f4b981ea0ec4da65.zip
Added recipe for FreshRSS (#825)
Diffstat (limited to 'recipes/freshrss/index.js')
-rw-r--r--recipes/freshrss/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/freshrss/index.js b/recipes/freshrss/index.js
new file mode 100644
index 0000000..f8a6e85
--- /dev/null
+++ b/recipes/freshrss/index.js
@@ -0,0 +1,5 @@
1"use strict";
2
3// just pass through ferdi
4
5module.exports = Ferdi => Ferdi; \ No newline at end of file