From a4e8253945fdd7ef935c47578421c52b02b7b4f3 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 10 Mar 2025 13:09:15 +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 ef932c60..a7e2e24f 100644 --- a/src/routes/storeRoute.js +++ b/src/routes/storeRoute.js @@ -1804,7 +1804,7 @@ fastify.get("/api/ordersofstore/:storeId", { }); -fastify.get("/api/ordersofstore/:installationId", { +fastify.get("/api/ordersofinstall/:installationId", { schema: { tags: ["Installation"], description: "Fetches orders based on installationId",