mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
DEV: remove user thread count route (#25385)
Removes a now redundant route for the user thread count.
This commit is contained in:
@ -6,7 +6,6 @@ Chat::Engine.routes.draw do
|
||||
get "/channels" => "channels#index"
|
||||
get "/me/channels" => "current_user_channels#index"
|
||||
get "/me/threads" => "current_user_threads#index"
|
||||
get "/me/threads/count" => "current_user_threads#thread_count"
|
||||
post "/channels" => "channels#create"
|
||||
put "/channels/read/" => "reads#update_all"
|
||||
put "/channels/:channel_id/read/:message_id" => "reads#update"
|
||||
|
Reference in New Issue
Block a user