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