mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 05:13:01 +00:00
Remove deprecated REST API POST /api/v1/notifications/dismiss?id=:id
(#11214)
This commit is contained in:
parent
3fd6ab99e6
commit
30f5bcf3e7
|
@ -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…
Reference in a new issue