aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-talk/index.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:35:39 +0100
committerLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:35:39 +0100
commit2491ea3c11de71391cd333cfc375576232d64cba (patch)
treecfc7b178be929d59ae75ae6ff419b3c11b3474a2 /uncompressed/nextcloud-talk/index.js
parentFix update error (diff)
downloadferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.tar.gz
ferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.tar.zst
ferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.zip
Update packages
Diffstat (limited to 'uncompressed/nextcloud-talk/index.js')
-rw-r--r--uncompressed/nextcloud-talk/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/uncompressed/nextcloud-talk/index.js b/uncompressed/nextcloud-talk/index.js
new file mode 100644
index 0000000..29cab0e
--- /dev/null
+++ b/uncompressed/nextcloud-talk/index.js
@@ -0,0 +1,8 @@
1"use strict";
2
3module.exports = Franz => class Nextcloud extends Franz {
4 buildUrl(url) {
5 return `${url}/apps/spreed/`;
6 }
7
8}; \ No newline at end of file