master^2
Bhaskar 6 months ago
parent 2e5766792a
commit e6a72ec0a6

@ -650,7 +650,7 @@ module.exports = function (fastify, opts, next) {
fastify.route({
method: "POST",
url: "/api/compareWaterLevel/:tankName",
url: "/api/compareWaterLevel",
schema: {
tags: ["Tank"],
description: "Compare measured height with actual water level",

Loading…
Cancel
Save