aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/index.js
blob: c0f91cb462e7fed9b39b958a6a678089c8461e37 (plain) (blame)
1
2
3
4
5
module.exports = Ferdi => class CustomWebsite extends Ferdi {
  async validateUrl(url) {
    return true;
  }
};