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()