Merge branch 'standalone_develop' into pre_trustie_server

This commit is contained in:
xxq250 2025-07-18 15:00:53 +08:00
commit 8200cfedeb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class MainController < ApplicationController
skip_before_action :setup_laboratory
def first_stamp
render :json => { status: 0, message: Time.now.to_i }
render :json => { status: 0, message: Time.now.to_i, online: UserOnline.count }
end
def test_404