master^2
Bhaskar 7 months ago
parent 762c6e0c07
commit 887f6858de

@ -1812,9 +1812,9 @@ fastify.get("/api/ordersofinstall/:installationId", {
params: {
type: "object",
properties: {
storeId: { type: "string" },
installationId: { type: "string" },
},
required: ["storeId"],
required: ["installationId"],
},
security: [
{

Loading…
Cancel
Save