technojam/technojam-frontend

Delete Contact Button is not working

Closed this issue · 3 comments

Delete contact button is not working
delete

The "deleteContact" function is at "src/context/auth"
And the endpoint to send request is "/api/contact" which accepts "cids" in format

{
    "cids":["aa79fbd6-ea54-4f17-9a1a-7555b3a3d5df"]
}

I would like to work on this issue

Go ahead!