Skip to content

Commit

Permalink
added registration...
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-gautam committed Jan 26, 2020
1 parent 1971aa6 commit e79c7ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions controllers/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,13 @@ exports.addUsers = (req, res, next) => {
msg: "User already exits",
});
}

// res.json(result);

} else {
res.json({
success: false,
msg: "User already exits",
err
});
}



})
}

0 comments on commit e79c7ae

Please sign in to comment.