2
0

Add endpoint to remove web push subscription (#32626)

This commit is contained in:
David Roetzel
2024-10-23 10:02:31 +02:00
committed by GitHub
parent d1b20ea8f7
commit 05f23df3b7
6 changed files with 76 additions and 5 deletions

View File

@@ -346,7 +346,7 @@ namespace :api, format: false do
namespace :web do
resource :settings, only: [:update]
resources :embeds, only: [:show]
resources :push_subscriptions, only: [:create] do
resources :push_subscriptions, only: [:create, :destroy] do
member do
put :update
end