Html – The updateWalletById controller in the back end is not working
I have tried creating a controller which will update a specific user's wallet and save it in the database. When i try to fetch it from the postman using the link: http://localhost:3001/wallets/{walletID} === _id With the body: { "balance": 100…