Revert "ci: 重构"

This reverts commit 6eee3f885f.
This commit is contained in:
mazxd
2025-03-25 22:04:45 +08:00
parent 6eee3f885f
commit e7a9a8adec
28 changed files with 346 additions and 101 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from pydantic.networks import EmailStr
from app.api.deps import get_current_active_superuser
from app.models import Message
from app.utils.common import generate_test_email, send_email
from app.utils import generate_test_email, send_email
router = APIRouter(prefix="/utils", tags=["utils"])