Browse Source

FIX skip some action

tags/v1.0.0
Jasder 5 years ago
parent
commit
ece6cba4a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/main_controller.rb

+ 1
- 1
app/controllers/main_controller.rb View File

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


Loading…
Cancel
Save