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

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