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