From 76ee2c1597829e2223c45ee2398b908eec26a994 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 23 May 2026 15:11:00 +0000 Subject: [PATCH] Update src/index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index d1db4b1..7a054fa 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 from k3s - app is running"); + res.send("Hello Guys - app is running"); });