Skip to content

Commit

Permalink
do dummy version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
devserkan committed Sep 17, 2024
1 parent 19a0be4 commit 17430f5
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 17430f5

Please sign in to comment.