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