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