Skip to content

Commit

Permalink
Test update to "web" microservice to check that only its workflow is …
Browse files Browse the repository at this point in the history
…invoked.
  • Loading branch information
ashleydavis committed Sep 7, 2022
1 parent d0267a9 commit 9dd5761
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ function startServer() {

async function main() {

console.log("Starting!");

app.get("/", (req, res) => {
res.send('Hello computer!\n');
});
Expand Down

0 comments on commit 9dd5761

Please sign in to comment.