|
|
@ -1,5 +1,7 @@
|
|
|
|
class MainController < ApplicationController
|
|
|
|
class MainController < ApplicationController
|
|
|
|
skip_before_action :check_sign
|
|
|
|
skip_before_action :check_sign
|
|
|
|
|
|
|
|
skip_before_action :user_setup
|
|
|
|
|
|
|
|
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 }
|
|
|
|