Update api.websms.js

This commit is contained in:
Namhyeon Go 2022-01-05 17:59:42 +09:00 committed by GitHub
parent 25ac8c9e1a
commit b25829d8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";