0.28 reconfigure whole plugin to more advanced layout

This commit is contained in:
2024-09-07 22:20:10 +10:00
parent 59cfc9828b
commit 5ef7591185
5 changed files with 194 additions and 138 deletions

5
config/routes.rb Normal file
View File

@ -0,0 +1,5 @@
# plugins/discourse_legacy_links/config/routes.rb
DiscourseLegacyLinks::Engine.routes.draw do
get '/forum2', to: 'custom_post#index2'
end