diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..4eaf140 --- /dev/null +++ b/src/index.js @@ -0,0 +1,5 @@ +const blocklist = require('../scams/shortlinks.json') + +module.exports = { + all: blocklist +} \ No newline at end of file