aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-cospend/index.js
blob: 8547bce62d4825a7b472ad1b7e5a9f7022e42d11 (plain) (blame)
1
2
3
4
5
6
7
"use strict";

module.exports = Franz => class NextcloudCarnet extends Franz {
  buildUrl(url) {
    return `${url}/apps/cospend/`;
  }
};