aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-cospend/index.js
blob: 633774b1ce33fb38f0f1f650c860fc9ee5ea1400 (plain) (blame)
1
2
3
4
5
module.exports = Ferdi => class NextcloudCarnet extends Ferdi {
  buildUrl(url) {
    return `${url}/apps/cospend/`;
  }
};