Skip to content

Commit

Permalink
Merge pull request #2 from devserkan/exercise-11.21
Browse files Browse the repository at this point in the history
do dummy version bump
  • Loading branch information
devserkan authored Sep 19, 2024
2 parents 6423a04 + 17430f5 commit 3420b4b
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 @@ -40,7 +40,7 @@ app.patch('/api/anecdotes/:id', (req, res) => {
});

app.get('/api/version', (req, res) => {
res.send('4');
res.send('7');
});

app.get('*', (_req, res) => {
Expand Down

0 comments on commit 3420b4b

Please sign in to comment.