There was an error while loading. Please reload this page.
1 parent 038d83e commit 02bf63eCopy full SHA for 02bf63e
1 file changed
test-app/server.js
@@ -7,7 +7,7 @@ app.get("/health", (req, res) => {
7
});
8
9
app.get("/greeting", (req, res) => {
10
- res.json({ message: "hello test world", version: 9 });
+ res.json({ message: "hello test world", version: 10 });
11
12
13
app.listen(4000, () => console.log("test app on :4000"));
0 commit comments