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

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