refactor(stats): move to private-api

This commit is contained in:
MingxuanGame
2025-08-22 09:37:41 +00:00
parent c02aa8941e
commit f23d8298b9
8 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import json
from app.dependencies.database import get_redis, get_redis_message
from app.log import logger
from app.router.v2.stats import (
from app.router.private.stats import (
REDIS_ONLINE_HISTORY_KEY,
_get_online_users_count,
_get_playing_users_count,