diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-05 02:15:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 02:15:13 +0200 |
commit | 30f5bcf3e749be9651ed39a07b893f70605f8a39 (patch) | |
tree | bbc4df2de4c67451a10173311bedba8843790d77 /config | |
parent | 3fd6ab99e69e736e10c7022f07dfa34b60a4e54d (diff) |
Remove deprecated REST API `POST /api/v1/notifications/dismiss?id=:id` (#11214)
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 29db54a32..1f97dea4c 100644 --- a/config/routes.rb +++ b/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 |