change md route to raw

This commit is contained in:
Sam 2013-05-08 10:26:55 +10:00
parent 6843ba7ed6
commit b26057292e

View file

@ -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