mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-27 23:29:52 -04:00
change md route to raw
This commit is contained in:
parent
6843ba7ed6
commit
b26057292e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue