|
|
@ -180,8 +180,8 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
fastify.get("/api/getTanks", {
|
|
|
|
fastify.get("/api/getTanks", {
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
tags: ["Tank"],
|
|
|
|
tags: ["Tank"],
|
|
|
|
description: "This is for Get Tank Data",
|
|
|
|
description: "This is to Get Tank Data",
|
|
|
|
summary: "This is for to Get Tank Data",
|
|
|
|
summary: "This is to Get Tank Data",
|
|
|
|
querystring: {
|
|
|
|
querystring: {
|
|
|
|
customerId: {type: 'string'}
|
|
|
|
customerId: {type: 'string'}
|
|
|
|
},
|
|
|
|
},
|
|
|
|