Pitu 7 年之前
父节点
当前提交
4cd076b4f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/authController.js

+ 1 - 0
controllers/authController.js

@@ -7,6 +7,7 @@ const randomstring = require('randomstring')
 let authController = {}
 
 authController.verify = function(req, res, next){
+	
 	let username = req.body.username
 	let password = req.body.password