From d16db8336726514c20598d4f1886865d19d5198d Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 24 Feb 2025 11:55:26 +0530 Subject: [PATCH] changes --- src/routes/storeRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/storeRoute.js b/src/routes/storeRoute.js index 914f4a11..2a28f758 100644 --- a/src/routes/storeRoute.js +++ b/src/routes/storeRoute.js @@ -1375,7 +1375,7 @@ fastify.post("/api/handleEstimation", { fastify.put("/api/editOrder", { schema: { description: "Edit an existing order based on orderId", - tags: ["Orders"], + tags: ["Install"], summary: "Modify items and update the estimated total", body: { type: "object",