Skip to content
Snippets Groups Projects

Create endpoint for user-registration

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -75,7 +75,7 @@ export async function register(req,res){
}).catch(error => {
return res.status(500).send({
error : "Enable to hashed password"
error : "Enable to hash password"
})
})
}
Loading