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