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