Skip to content

Commit

Permalink
resolved conflict user.routers2
Browse files Browse the repository at this point in the history
  • Loading branch information
naopeke committed Mar 17, 2024
1 parent 8bd3965 commit 3e1544a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/controller/user.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ const loginUser = async (req, res, next) => {
console.error('login catch', error);
}
}
}

module.exports = {
registerUser,
loginUser,
loginUser,

loginUser
};

0 comments on commit 3e1544a

Please sign in to comment.