Backend : Error messages hard-coded
Closed this issue · 4 comments
prateek2102 commented
Hard coded error messages in controller and backend.
Solution - create a const.js file and add all the error msgs there and export it and call in codebase dynamically, this way we will need to update only in const.js file and it will reflect everywhere. Unless we will need to change everywhere.
prateek2102 commented
prateek2102 commented
@ayerhssb assign it to me, i would like to work on it
prateek2102 commented