From acee9c4d9936d8390d763eeec1ec04a32f9d8119 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 Nov 2025 11:44:45 +0530 Subject: [PATCH] Swagger end point changed --- app/routes/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/routes.js b/app/routes/routes.js index e267d2d..e0b51c5 100644 --- a/app/routes/routes.js +++ b/app/routes/routes.js @@ -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.