Skip to content

Commit

Permalink
pong
Browse files Browse the repository at this point in the history
  • Loading branch information
elhini-tripleten authored Sep 25, 2024
1 parent 74ac63b commit e10a596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getQuotes = () => {

// Endpoint to check ping
app.get("/ping", (req, res) => {
res.status(200);
res.send('pong');
});

// Endpoint to get all quotes
Expand Down

0 comments on commit e10a596

Please sign in to comment.