aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud/index.js
blob: 798a4d7bfd79aa10357e9cb5d2c6599cfc8f6775 (plain) (blame)
1
2
3
4
5
module.exports = Franz => class Nextcloud extends Franz {
  buildUrl(url) {
    return `${url}/`;
  }
};