diff --git a/lib/api.websms.js b/lib/api.websms.js index a75c9c5..6541ec5 100644 --- a/lib/api.websms.js +++ b/lib/api.websms.js @@ -1,7 +1,7 @@ var HTTP = require("lib/http"); var WebSMSObject = function() { - this.host = ""; + this.host = "localhost"; this.token = ""; this.country = "any"; this.operator = "any";