mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: add admin/logs route for right click
This commit is contained in:
parent
5477325376
commit
b560b11f6e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue