修改main_controller

This commit is contained in:
sylor_huang@126.com 2020-03-13 17:47:22 +08:00
parent b9bd07541e
commit cb5dd506e2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class MainController < ApplicationController
protect_from_forgery except: :index protect_from_forgery except: :index
skip_before_action :check_sign skip_before_action :check_sign
skip_before_action :user_setup skip_before_action :user_setup
skip_before_action :setup_laboratory # skip_before_action :setup_laboratory
def first_stamp def first_stamp
render :json => { status: 0, message: Time.now.to_i } render :json => { status: 0, message: Time.now.to_i }