diff --git a/src/index.js b/src/index.js index 7a054fa..3ead065 100644 --- a/src/index.js +++ b/src/index.js @@ -45,7 +45,7 @@ app.post("/removetask", function (req, res) { //render the ejs and display added task, completed task app.get("/", function (req, res) { - res.send("Hello Guys - app is running"); + res.send("Hello Guys - app is running in k3s"); });