Skip to content

Commit 02bf63e

Browse files
committed
test change
1 parent 038d83e commit 02bf63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app.get("/health", (req, res) => {
77
});
88

99
app.get("/greeting", (req, res) => {
10-
res.json({ message: "hello test world", version: 9 });
10+
res.json({ message: "hello test world", version: 10 });
1111
});
1212

1313
app.listen(4000, () => console.log("test app on :4000"));

0 commit comments

Comments
 (0)