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