aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/firefly/index.js
blob: c57c20b0f4228936957c0af9a2cf0c16415d8c97 (plain) (blame)
1
2
3
4
5
6
module.exports = Ferdium =>
  class Firefly extends Ferdium {
    buildUrl(url) {
      return `${url}/`;
    }
  };