Remove deprecated REST API `POST /api/v1/notifications/dismiss?id=:id` (#11214)

master
Eugen Rochko 5 years ago committed by GitHub
parent 3fd6ab99e6
commit 30f5bcf3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/routes.rb

@ -351,7 +351,6 @@ Rails.application.routes.draw do
resources :notifications, only: [:index, :show] do
collection do
post :clear
post :dismiss # Deprecated
end
member do

Loading…
Cancel
Save