Skip to content

Commit

Permalink
rien
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-science committed Apr 15, 2021
1 parent cb7cfa2 commit 25f5c54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintcache

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ exports.signup = (req, res, next) => {
})
// renvois éventuelles érreurs
.catch(error => res.status(400).json({ message: "Nom du'ilisateur ou mot de passe ou Pseudo déjà utilisé" }));

});
}

Expand Down

0 comments on commit 25f5c54

Please sign in to comment.