commit
Node API Test / test (push) Successful in 20s

This commit is contained in:
Gitea
2026-04-20 10:14:02 +05:30
parent 79008d0c7c
commit e39dfe6f2b
+1 -1
View File
@@ -6,7 +6,7 @@ app.use(express.json());
app.get("/", (req, res) => { app.get("/", (req, res) => {
res.json({ res.json({
status: "OK", status: "OK",
message: "Home Route Working Fine" message: "Home Route"
}); });
}); });