mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-06 13:52:10 +00:00
6 lines
185 B
Ruby
6 lines
185 B
Ruby
# frozen_string_literal: true
|
|
|
|
DiscourseRewind::Engine.routes.draw { get "/rewinds" => "rewinds#show" }
|
|
|
|
Discourse::Application.routes.draw { mount ::DiscourseRewind::Engine, at: "/" }
|