mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
FIX: add admin/logs route for right click
This commit is contained in:
parent
5477325376
commit
b560b11f6e
@ -93,6 +93,8 @@ Discourse::Application.routes.draw do
|
||||
resources :screened_urls, only: [:index]
|
||||
end
|
||||
|
||||
get "/logs" => "staff_action_logs#index"
|
||||
|
||||
get "customize" => "color_schemes#index", constraints: AdminConstraint.new
|
||||
get "customize/css_html" => "site_customizations#index", constraints: AdminConstraint.new
|
||||
get "customize/colors" => "color_schemes#index", constraints: AdminConstraint.new
|
||||
|
Loading…
x
Reference in New Issue
Block a user