feat 新增 process lookbooks 接口
fix
This commit is contained in:
@@ -11,7 +11,7 @@ logger = logging.getLogger()
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.post("")
|
||||
@router.post("/attribute")
|
||||
def attribute(request_data: AttributeModel):
|
||||
logger.info(f"attribute requests is @@@@@@@@@@@:{request_data}")
|
||||
service = AttributeRecognition()
|
||||
|
||||
Reference in New Issue
Block a user