Merge remote-tracking branch 'parent/main' into upstream-20240308
This commit is contained in:
commit
8e94ed2cec
204 changed files with 5112 additions and 1998 deletions
config/routes
|
@ -163,7 +163,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