Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Mar 9, 2024
1 parent df8128b commit 42adddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const db = new Pool({

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

// Connecting to database
Expand Down

0 comments on commit 42adddc

Please sign in to comment.