Skip to content

Commit

Permalink
chore(SPV-750): remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed May 22, 2024
1 parent 3acd33c commit 78ac8b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
50 changes: 0 additions & 50 deletions actions/contacts/count.go

This file was deleted.

1 change: 0 additions & 1 deletion actions/contacts/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func NewHandler(appConfig *config.AppConfig, services *config.AppServices) route
group.PATCH("/unconfirmed/:paymail", action.unconfirm)

group.POST("search", action.search)
group.POST("count", action.count)
})

return apiEndpoints
Expand Down

0 comments on commit 78ac8b2

Please sign in to comment.