From 8189f7845afe655d1e67d50906bfb278a16eb2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 29 Mar 2015 21:04:22 +0300 Subject: [PATCH] Updated the host. --- bin/share-term | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/share-term b/bin/share-term index 6921d25..7979ed0 100755 --- a/bin/share-term +++ b/bin/share-term @@ -10,8 +10,8 @@ var Logger = require("bug-killer") ; // Constants -const HOST = "http://localhost:8080/"; -//const HOST = "http://share-term.me/"; +//const HOST = "http://localhost:8080/"; +const HOST = "http://share-term.me/"; // Configurations Logger.config.displayDate = false;