mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
I broke infinite scrolling in a topic
This commit is contained in:
parent
830b7805e9
commit
cceac14baf
@ -182,7 +182,7 @@ Discourse::Application.routes.draw do
|
||||
get 'search' => 'search#query'
|
||||
|
||||
# Topics resource
|
||||
get 't/:id' => 'topics#redirect_to_show'
|
||||
get 't/:id' => 'topics#show'
|
||||
delete 't/:id' => 'topics#destroy'
|
||||
put 't/:id' => 'topics#update'
|
||||
post 't' => 'topics#create'
|
||||
|
Loading…
Reference in New Issue
Block a user