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

This commit is contained in:
2026-05-23 15:11:00 +00:00
parent 03a1dca862
commit 76ee2c1597
+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 from k3s - app is running");
res.send("Hello Guys - app is running");
});