Skip to content

Commit

Permalink
Merge branch 'deleteendpoint' of https://github.com/Real-Dev-Squad/ti…
Browse files Browse the repository at this point in the history
…ny-site-backend into deleteendpoint
  • Loading branch information
iamitprakash committed Jun 14, 2024
2 parents a3ff32d + b72cf07 commit 97b5b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func DeleteURL(ctx *gin.Context, db *bun.DB) {

if err != nil {
ctx.JSON(http.StatusNotFound, dtos.UserURLsResponse{
Message: "No URLs found for the user",
Message: "No URLs found",
})
return
}
Expand Down

0 comments on commit 97b5b0c

Please sign in to comment.