Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Feb 16, 2024
1 parent 160e02a commit b57f86c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ const db = new Pool({

// GET "/"
app.get("/", (req, res) => {
res
.status(200)
.json("Hello World!! I'm running my docker back-end server! :)");
res.status(200).json("Hello World!! I'm running my back-end server! :)");
});

// Connecting to database
Expand Down

0 comments on commit b57f86c

Please sign in to comment.