supplychain/wwwroot/api/product_supplier_mapping_update.dspy

6 lines
223 B
Plaintext

update_func = update_product_supplier_mapping
if update_func is None:
return {"status": "error", "message": "update_product_supplier_mapping not registered"}
result = await update_func(request, params_kw)
return result