textbelt/banned_numbers_example.js
2014-06-30 22:25:31 -07:00

9 lines
173 B
JavaScript

// People are added to this list if they contact Textbelt when someone is
// abusing the service.
exports = module.exports = {
BLACKLIST: {
"9145555555": true,
}
}