Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Feb 29, 2024
1 parent 0e7793a commit df8128b
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 df8128b

Please sign in to comment.