forked from External/greenlight
GRN2-211: Added a maintenance mode (#675)
* Added a maintenance mode * Cleaned up dockerignore file * Added branding to maintenance page * Fixed branding
This commit is contained in:
committed by
Jesus Federico
parent
670efeae31
commit
8b2c472536
@ -17,6 +17,7 @@
|
||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
class ThemesController < ApplicationController
|
||||
skip_before_action :maintenance_mode?
|
||||
before_action :provider_settings
|
||||
|
||||
# GET /primary
|
||||
|
Reference in New Issue
Block a user