diff --git a/config/routes.rb b/config/routes.rb index c384557c1..611fca97d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -207,7 +207,7 @@ Discourse::Application.routes.draw do post 't/:topic_id/notifications' => 'topics#set_notifications' , constraints: {topic_id: /\d+/} - get 'md/:topic_id(/:post_number)' => 'posts#markdown' + get 'raw/:topic_id(/:post_number)' => 'posts#markdown' resources :invites