mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
better revision history
This commit is contained in:
@ -162,9 +162,9 @@ Discourse::Application.routes.draw do
|
||||
get 'posts/by_number/:topic_id/:post_number' => 'posts#by_number'
|
||||
get 'posts/:id/reply-history' => 'posts#reply_history'
|
||||
resources :posts do
|
||||
get 'versions'
|
||||
put 'bookmark'
|
||||
get 'replies'
|
||||
get 'revisions/:revision' => 'posts#revisions'
|
||||
put 'recover'
|
||||
collection do
|
||||
delete 'destroy_many'
|
||||
|
Reference in New Issue
Block a user