aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/franz-custom-website/index.js
blob: d2326442df9edfd0dd1353f40382e1213430cb0d (plain) (blame)
1
2
3
4
5
6
7
"use strict";

module.exports = Franz => class CustomWebsite extends Franz {
  async validateUrl(url) {
    return true;
  }
};