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