### What problem does this PR solve?

Fix typo

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2024-11-11 09:36:39 +08:00
committed by GitHub
parent 20d686737a
commit 7c486ee3f9
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ from api.utils.api_utils import get_json_result
from rag.utils.storage_factory import STORAGE_IMPL
from api.utils.file_utils import filename_type, thumbnail
from api.utils.web_utils import html2pdf, is_valid_url
from api.contants import IMG_BASE64_PREFIX
from api.constants import IMG_BASE64_PREFIX
@manager.route('/upload', methods=['POST'])