feat: Snooze notification API (#8439)
This commit is contained in:
@@ -171,6 +171,9 @@ Rails.application.routes.draw do
|
||||
post :read_all
|
||||
get :unread_count
|
||||
end
|
||||
member do
|
||||
post :snooze
|
||||
end
|
||||
end
|
||||
resource :notification_settings, only: [:show, :update]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user