feat 新增 process lookbooks 接口

fix
This commit is contained in:
zhouchengrong
2024-10-22 15:11:08 +08:00
parent 61af80541b
commit ed017fdf9d
8 changed files with 24 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ logger = logging.getLogger()
router = APIRouter()
@router.post("outfit_matcher")
@router.post("/outfit_matcher")
def outfit_matcher(request_item: OutfitMatcher):
start_time = time.time()
request_item = dict(request_item)