feat 新增 process lookbooks 接口
fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user