Skip to content

Commit f1cba6e

Browse files
committed
small change
1 parent 1d8159a commit f1cba6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ exports.login = function(req, res){
7575

7676
exports.postLogin = function(req, res){
7777
console.log(req.body);
78+
7879
res.redirect('/auth?username='+req.body.username+'&password='+req.body.password);
79-
//res.render('login', { title: 'Login' });
8080
};
8181

8282

0 commit comments

Comments
 (0)