This commit is contained in:
Pitu 2017-01-29 22:50:44 -03:00
parent c64aa8fa2e
commit 4cd076b4f6
1 changed files with 1 additions and 0 deletions

View File

@ -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