0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-10 23:59:31 +08:00
discourse/plugins/discourse-rss-polling/config/routes.rb
2025-07-15 16:38:05 +02:00

7 lines
198 B
Ruby
Vendored

# frozen_string_literal: true
DiscourseRssPolling::Engine.routes.draw do
root "feed_settings#show"
resource :feed_settings, constraints: StaffConstraint.new, only: %i[show update destroy]
end