root 6 years ago
parent
commit
f86b782e9d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      index.js

+ 3 - 0
index.js

@@ -22,6 +22,9 @@ app.use(bodyParser.urlencoded({extended: false}));
 
 
 
+//测试
+
+
 // 首页
 app.get('/', function (req, res) {
   res.redirect('/file')