diff --git a/backend-services/user-service/controllers/appController.js b/backend-services/user-service/controllers/appController.js index 32b8a9d3bf341976b545830c1faf49a5fdb380e5..b3aa42526d9c6c059c14fa95e7aee2aa5cc48237 100644 --- a/backend-services/user-service/controllers/appController.js +++ b/backend-services/user-service/controllers/appController.js @@ -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" }) }) }