mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
修改main_controller
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user