更新 system.py

This commit is contained in:
jxxghp
2025-05-26 07:45:21 +08:00
committed by GitHub
parent 9abb1488df
commit bdccedca59

View File

@@ -37,7 +37,7 @@ from app.utils.crypto import HashUtils
from app.utils.http import RequestUtils from app.utils.http import RequestUtils
from app.utils.security import SecurityUtils from app.utils.security import SecurityUtils
from app.utils.url import UrlUtils from app.utils.url import UrlUtils
from helper.system import SystemHelper from app.helper.system import SystemHelper
from version import APP_VERSION from version import APP_VERSION
router = APIRouter() router = APIRouter()