discourse-legacy_links/config/routes.rb

6 lines
141 B
Ruby
Raw Normal View History

# plugins/discourse_legacy_links/config/routes.rb
DiscourseLegacyLinks::Engine.routes.draw do
get '/forum2', to: 'custom_post#index2'
end