adding summary

master
Bhaskara Kishore 3 years ago
parent 78bfa5afcc
commit 7dda54bf69

@ -112,8 +112,8 @@ module.exports = function (fastify, opts, next) {
fastify.get("/api/connectedCustomers/:supplierId", {
schema: {
tags: ["Supplier-Data"],
description: "This is for Get All connected Customers",
summary: "This is for to Get All connected Customers",
description: "This is for Get All connected Customers for Suppliers",
summary: "This is for to Get All connected Customers for suppliers",
params: {
type: "object",
properties: {

Loading…
Cancel
Save