mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 10:58:38 +08: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+/}
|
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
|
resources :invites
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue