From b25829d8f6cc5d2f4dc635c933aa6b8cf42f2830 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 5 Jan 2022 17:59:42 +0900 Subject: [PATCH] Update api.websms.js --- lib/api.websms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";