Browse Source

add ip2addr

dotos 9 năm trước cách đây
mục cha
commit
f08e1315bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      routes/home.js

+ 1 - 1
routes/home.js

@@ -34,7 +34,7 @@ router.get('/', function(req, res, next) {
         }
         res.render('welcome',params);
     });
-    res.render('welcome',{title:'Welcome | JsonBird - 业界领先的远程 JSON 代理服务'});
+    //res.render('welcome',{title:'Welcome | JsonBird - 业界领先的远程 JSON 代理服务'});
     
 });