From 7f1187df537f09188d6ac070bd9bb23b532c61d9 Mon Sep 17 00:00:00 2001 From: varun Date: Mon, 8 Jul 2024 06:22:43 -0400 Subject: [PATCH] waterlevel sensors --- src/config/swagger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/swagger.js b/src/config/swagger.js index db907611..04ebf510 100644 --- a/src/config/swagger.js +++ b/src/config/swagger.js @@ -14,9 +14,9 @@ exports.options = { }, // We have to change this beacause this is running on local // we have to run on this on swagger - host: "localhost:3000", //Devlopemnt host on lcoal + //host: "localhost:3000", //Devlopemnt host on lcoal - //host: "35.207.198.4:3000", //Production for swagger + host: "35.207.198.4:3000", //Production for swagger schemes: ["http"], consumes: ["application/json"], produces: ["application/json"],