Add notification policies and notification requests in web UI (#29433)
This commit is contained in:
parent
19efa1b9f1
commit
c10bbf5fe3
35 changed files with 1278 additions and 252 deletions
|
@ -151,7 +151,7 @@ namespace :api, format: false do
|
|||
end
|
||||
|
||||
namespace :notifications do
|
||||
resources :requests, only: :index do
|
||||
resources :requests, only: [:index, :show] do
|
||||
member do
|
||||
post :accept
|
||||
post :dismiss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue