소스 검색

Merge pull request #1739 from open-webui/dev

fix
Timothy Jaeryang Baek 1 년 전
부모
커밋
1092ee9c1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/apps/web/routers/utils.py

+ 1 - 1
backend/apps/web/routers/utils.py

@@ -11,7 +11,7 @@ import markdown
 from utils.utils import get_admin_user
 from utils.misc import calculate_sha256, get_gravatar_url
 
-from config import OLLAMA_BASE_URLS, DATA_DIR, UPLOAD_DIR
+from config import OLLAMA_BASE_URLS, DATA_DIR, UPLOAD_DIR, ENABLE_ADMIN_EXPORT
 from constants import ERROR_MESSAGES
 from typing import List