mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Blocked Emails list in admin
This commit is contained in:
@@ -62,6 +62,10 @@ Discourse::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
scope '/logs' do
|
||||
resources :blocked_emails, only: [:index, :create, :update, :destroy]
|
||||
end
|
||||
|
||||
get 'customize' => 'site_customizations#index', constraints: AdminConstraint.new
|
||||
get 'flags' => 'flags#index'
|
||||
get 'flags/:filter' => 'flags#index'
|
||||
|
||||
Reference in New Issue
Block a user