mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 06:56:01 +08:00
Interface for reviewing queued posts
This commit is contained in:
@ -454,6 +454,9 @@ Discourse::Application.routes.draw do
|
||||
get "/posts/:id/raw-email" => "posts#raw_email"
|
||||
get "raw/:topic_id(/:post_number)" => "posts#markdown_num"
|
||||
|
||||
resources :queued_posts, constraints: StaffConstraint.new
|
||||
get 'queued-posts' => 'queued_posts#index'
|
||||
|
||||
resources :invites do
|
||||
collection do
|
||||
get "upload" => "invites#check_csv_chunk"
|
||||
|
Reference in New Issue
Block a user