aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/index.js
blob: 8b520e988b5b7b9d19afb6719cdda662eff9bf18 (plain) (blame)
1
2
3
4
5
module.exports = Ferdium => class Nextcloud extends Ferdium {
  buildUrl(url) {
    return `${url}/apps/spreed/`;
  }
};