BAIYANG 6 년 전
부모
커밋
2de10cf8f1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      index.js

+ 2 - 0
index.js

@@ -18,6 +18,8 @@ app.use(bodyParser.urlencoded({extended: false}));
   });
 }*/
 
+//by
+
 // 首页
 app.get('/', function (req, res) {
   res.redirect('/file')