aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud/index.js
blob: 4e772d7987bf6313117328b01b780d7967c0be7f (plain) (blame)
1
2
3
4
5
6
7
"use strict";

module.exports = Franz => class Nextcloud extends Franz {
  buildUrl(url) {
    return `${url}/`;
  }
};