소스 검색

add ip2addr

dotos 9 년 전
부모
커밋
f08e1315bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 代理服务'});
     
 });