feat: Snooze notification API (#8439)

This commit is contained in:
Muhsin Keloth
2023-12-04 12:32:35 +05:30
committed by GitHub
parent aad18e1ca4
commit 449503bb94
6 changed files with 46 additions and 2 deletions

View File

@@ -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]