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