forked from External/greenlight
Cached request to provider to increase application performance (#755)
This commit is contained in:
committed by
Jesus Federico
parent
3d2a0a060b
commit
177bf4d595
@ -42,6 +42,10 @@ en:
|
||||
info: Change the branding image that appears in the top left corner
|
||||
placeholder: Image Url...
|
||||
title: Branding Image
|
||||
cache:
|
||||
info: Clears the stored provider cache which forces a new request for the updated info
|
||||
title: Clear Provider Cache
|
||||
button: Clear Cache
|
||||
color:
|
||||
info: Changing the Regular Color will change both Lighten and Darken. Lighten and Darken can then be changed individually
|
||||
title: Primary Color
|
||||
|
@ -54,6 +54,7 @@ Rails.application.routes.draw do
|
||||
get '/reset', to: 'admins#reset', as: :admin_reset
|
||||
post '/room_limit', to: 'admins#room_limit', as: :admin_room_limit
|
||||
post '/default_recording_visibility', to: 'admins#default_recording_visibility', as: :admin_recording_visibility
|
||||
post '/clear_cache', to: 'admins#clear_cache', as: :admin_clear_cache
|
||||
get '/roles', to: 'admins#roles', as: :admin_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