textbelt/server/banned_numbers_example.js

9 lines
173 B
JavaScript
Raw Permalink Normal View History

2014-07-01 05:25:31 +00:00
// People are added to this list if they contact Textbelt when someone is
// abusing the service.
exports = module.exports = {
BLACKLIST: {
"9145555555": true,
}
}