Update src/index.js
Node.js CI Test / docker (push) Successful in 10s

This commit is contained in:
2026-05-26 17:36:48 +00:00
parent 76ee2c1597
commit e6857b3297
+1 -1
View File
@@ -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");
});