diff --git a/src/routes/tanksRoute.js b/src/routes/tanksRoute.js index 9ca7f01c..d9db8baa 100644 --- a/src/routes/tanksRoute.js +++ b/src/routes/tanksRoute.js @@ -17,7 +17,7 @@ module.exports = function (fastify, opts, next) { blockName: { type: "string"}, capacity: { type: "string" }, typeOfWater: { type: "string" }, - type: { type: "string" }, + tankLocation: { type: "string" }, }, },