mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2882 from techAPJ/patch-1
FEATURE: show raw email for replies/topics created via email
This commit is contained in:
@@ -416,6 +416,7 @@ Discourse::Application.routes.draw do
|
||||
get "/posts/:id/cooked" => "posts#cooked"
|
||||
get "/posts/:id/expand-embed" => "posts#expand_embed"
|
||||
get "/posts/:id/raw" => "posts#markdown_id"
|
||||
get "/posts/:id/raw-email" => "posts#raw_email"
|
||||
get "raw/:topic_id(/:post_number)" => "posts#markdown_num"
|
||||
|
||||
resources :invites do
|
||||
|
||||
Reference in New Issue
Block a user