MI

Results 1 issues of MI

I have used the url in Postman is http://localhost:3000/user/1 on my local bun server. In case id 1 already exists in database. My Code: app.delete("/user/:id", async (c)=> { const id...