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