Browse Source

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

pull/4/head
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
30f5bcf3e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      config/routes.rb

+ 0
- 1
config/routes.rb View File

@ -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