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