Skip to content

Commit 353d866

Browse files
committed
feat: update appstore URL retrieval to use configuration settings
1 parent 401af94 commit 353d866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/tools/serializers/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from common.utils.rsa_util import rsa_long_decrypt, rsa_long_encrypt
3939
from common.utils.tool_code import ToolExecutor
4040
from knowledge.models import File, FileSourceType, Knowledge
41-
from maxkb.const import PROJECT_DIR
41+
from maxkb.const import PROJECT_DIR, CONFIG
4242
from models_provider.models import Model
4343
from system_manage.models import AuthTargetType, WorkspaceUserResourcePermission
4444
from system_manage.models.resource_mapping import ResourceMapping

0 commit comments

Comments
 (0)