8000 A failure build · rudSarkar/github-ci-learn@020771b · GitHub
[go: up one dir, main page]

Skip to content

Commit 020771b

Browse files
committed
A failure build
1 parent 2353585 commit 020771b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ app.get("/", (req, res) => {
88
// create endpoint with get user input
99
app.get("/:name", (req, res) => {
1010
const name = req.params.name;
11-
res.send(`Hello ${name}`);
11+
res.send(`A failure test build: Hello ${name}`);
1212
});
1313

1414
const port = process.env.PORT || 3000;

0 commit comments

Comments
 (0)
0