mirror of
https://ghfast.top/https://github.com/paviliondev/discourse-journal.git
synced 2026-07-16 11:46:27 +08:00
7 lines
No EOL
197 B
Ruby
7 lines
No EOL
197 B
Ruby
DiscourseJournal::Engine.routes.draw do
|
|
post '/update-sort-order' => 'journal#update_sort_order'
|
|
end
|
|
|
|
Discourse::Application.routes.append do
|
|
mount ::DiscourseJournal::Engine, at: 'journal'
|
|
end |