Swagger end point changed

This commit is contained in:
unknown 2025-11-12 11:44:45 +05:30
parent d5f3e1e9be
commit acee9c4d99

View File

@ -1773,7 +1773,7 @@ router.delete("/unit_master/:id",[verifySignature, verifyToken], unitMasterContr
/**
* @swagger
* /api/unit-master/uploadCSV:
* /api/unit_master/uploadCSV:
* post:
* summary: Upload products in bulk using CSV file
* description: This API accepts CSV file and inserts multiple products in bulk. CSV header columns must match Product table columns.