diff --git a/index.js b/index.js index b02cd49..8c9b3d4 100644 --- a/index.js +++ b/index.js @@ -8,4 +8,7 @@ app.get("/", (req, res) => { app.listen(80, () => { console.log("Service is running on port 80, from develop"); + console.log("This is a test from the test branch."); }); + +