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",