Issue: In todo routes, post is being currently used to update and delete tasks. Changes required: 'Post' request need to be converted into 'put' to update tasks and 'delete' to delete the tasks.
Issue:
In todo routes, post is being currently used to update and delete tasks.
Changes required:
'Post' request need to be converted into 'put' to update tasks and 'delete' to delete the tasks.