diff --git a/python/routers/__init__.py b/python/routers/__init__.py index 04267e7..dabfe95 100644 --- a/python/routers/__init__.py +++ b/python/routers/__init__.py @@ -2,7 +2,7 @@ from flask import Blueprint from flask.app import Flask from .translate_tag import translate_tag_bp from .translate_with_ai import translate_with_ai_bp -from .translate_rewrite import translate_rewrite_bp +from .translate_record import translate_rewrite_bp from .translate_delete_tag import translate_delete_bp from .translate_zh_to_en import translate_zh_to_en_bp diff --git a/python/routers/translate_rewrite.py b/python/routers/translate_record.py similarity index 100% rename from python/routers/translate_rewrite.py rename to python/routers/translate_record.py