6 lines
141 B
Ruby
6 lines
141 B
Ruby
# plugins/discourse_legacy_links/config/routes.rb
|
|
DiscourseLegacyLinks::Engine.routes.draw do
|
|
get '/forum2', to: 'custom_post#index2'
|
|
end
|
|
|