feat: Delete notification by id API (#8430)
This commit is contained in:
@@ -166,7 +166,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
resources :notifications, only: [:index, :update] do
|
||||
resources :notifications, only: [:index, :update, :destroy] do
|
||||
collection do
|
||||
post :read_all
|
||||
get :unread_count
|
||||
|
||||
Reference in New Issue
Block a user