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