Add GET /api/v1/push/subscription REST API (#7471)
* Add Api::V1::Push::SubscriptionsController#show * Add to routes
This commit is contained in:
@ -308,7 +308,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
namespace :push do
|
||||
resource :subscription, only: [:create, :update, :destroy]
|
||||
resource :subscription, only: [:create, :show, :update, :destroy]
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user