Skip to content

Commit

Permalink
white
Browse files Browse the repository at this point in the history
  • Loading branch information
gaiyaobed committed Oct 13, 2023
1 parent 643723a commit c873789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ app.delete('/items/:id', (req, res) => {
});

app.get('/', (req, res) => {
res.send("204");
res.json({message: "hiiii"});
});

app.listen(PORT, () => {
Expand Down

0 comments on commit c873789

Please sign in to comment.