From 8dc4d09ed71c046ae646c09785249f2e2f9f9890 Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Mon, 30 Dec 2019 14:12:09 +0800 Subject: [PATCH] =?UTF-8?q?sign=E7=B3=BB=E5=88=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/main_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/main_controller.rb b/app/controllers/main_controller.rb index 0e2628c3e..395e536f4 100644 --- a/app/controllers/main_controller.rb +++ b/app/controllers/main_controller.rb @@ -1,4 +1,6 @@ class MainController < ApplicationController + skip_before_action :check_sign + def index render file: 'public/react/build/index.html', :layout => false end