Merge branch 'pre_trustie_server' into trustie_server

This commit is contained in:
xxq250 2025-07-18 15:01:32 +08:00
commit 11846a4d73
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