Relative Content

Tag Archive for javascriptreactjsnext.jsreact-router

problem with the push and delete buttons not working

I am creating a page to enter data into the database
This button saves or deletes data from the database. When the button is pressed, the API for the put operation works, but the API for the save and delete operation does not work.
How to solve the problem