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

This commit is contained in:
2026-05-21 16:02:14 +00:00
parent f5ff8e89db
commit 54cb8f42d3
+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.render("index", { task: task, complete: complete });
res.send("Hello from k3s - app is running");
});