aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud/index.js
diff options
context:
space:
mode:
authorLibravatar Edgars <eandersons@users.noreply.github.com>2020-10-29 11:52:18 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-29 10:52:18 +0100
commitb7bfaff13d55e686ea65c89ba57c117703b5d4ca (patch)
tree817e00d6f4bfd14db7d47eab3ca478f8a6ddbd14 /recipes/nextcloud/index.js
parentAdd recipe for Wire (#344) (diff)
downloadferdium-recipes-b7bfaff13d55e686ea65c89ba57c117703b5d4ca.tar.gz
ferdium-recipes-b7bfaff13d55e686ea65c89ba57c117703b5d4ca.tar.zst
ferdium-recipes-b7bfaff13d55e686ea65c89ba57c117703b5d4ca.zip
Add recipe for Nextcloud (#343)
Diffstat (limited to 'recipes/nextcloud/index.js')
-rw-r--r--recipes/nextcloud/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/nextcloud/index.js b/recipes/nextcloud/index.js
new file mode 100644
index 0000000..4e772d7
--- /dev/null
+++ b/recipes/nextcloud/index.js
@@ -0,0 +1,7 @@
1"use strict";
2
3module.exports = Franz => class Nextcloud extends Franz {
4 buildUrl(url) {
5 return `${url}/`;
6 }
7};