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