Include update in the resources args for api/web/push_subscriptions route (#35801)
This commit is contained in:
parent
ea5d1f0297
commit
97f118013a
2 changed files with 2 additions and 6 deletions
|
|
@ -361,10 +361,6 @@ namespace :api, format: false do
|
|||
namespace :web do
|
||||
resource :settings, only: [:update]
|
||||
resources :embeds, only: [:show]
|
||||
resources :push_subscriptions, only: [:create, :destroy] do
|
||||
member do
|
||||
put :update
|
||||
end
|
||||
end
|
||||
resources :push_subscriptions, only: [:create, :destroy, :update]
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue