ashok 9 months ago
commit 6675b936c3

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

Loading…
Cancel
Save