This commit is contained in:
zhouchengrong
2024-03-11 10:58:34 +08:00
parent fe822eeffb
commit 117e569730
172 changed files with 1664 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ import logging
from fastapi import APIRouter
from app.service.outfit_matcher_hon.service import OutfitMatcherHon
from app.service.outfit_matcher.service import OutfitMatcherHon
logger = logging.getLogger()
router = APIRouter()