Skip to content
Snippets Groups Projects
Unverified Commit 30f5bcf3 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 3fd6ab99
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment