From bdccedca59e687b8f07b244c2d6213a73da165e9 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 26 May 2025 07:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20system.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/endpoints/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/endpoints/system.py b/app/api/endpoints/system.py index 97eabbce..963abf3c 100644 --- a/app/api/endpoints/system.py +++ b/app/api/endpoints/system.py @@ -37,7 +37,7 @@ from app.utils.crypto import HashUtils from app.utils.http import RequestUtils from app.utils.security import SecurityUtils from app.utils.url import UrlUtils -from helper.system import SystemHelper +from app.helper.system import SystemHelper from version import APP_VERSION router = APIRouter()