Cached request to provider to increase application performance (#755)

This commit is contained in:
farhatahmad
2019-08-21 14:45:22 -04:00
committed by Jesus Federico
parent 3d2a0a060b
commit 177bf4d595
5 changed files with 32 additions and 2 deletions

View File

@ -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

View File

@ -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