forked from External/greenlight
Added dropdown for dynamically changing the log level (#962)
This commit is contained in:
@ -57,6 +57,7 @@ Rails.application.routes.draw do
|
||||
post '/coloring', to: 'admins#coloring', as: :admin_coloring
|
||||
post '/clear_cache', to: 'admins#clear_cache', as: :admin_clear_cache
|
||||
post '/clear_auth', to: 'admins#clear_auth', as: :admin_clear_auth
|
||||
post '/log_level', to: 'admins#log_level', as: :admin_log_level
|
||||
# Roles
|
||||
post '/role', to: 'admins#new_role', as: :admin_new_role
|
||||
patch 'roles/order', to: 'admins#change_role_order', as: :admin_roles_order
|
||||
|
Reference in New Issue
Block a user