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