Skip to content

Commit

Permalink
fix action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
devserkan committed Sep 16, 2024
1 parent 379c3cb commit 69bb1c1
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('3');
res.send('4');
});

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

0 comments on commit 69bb1c1

Please sign in to comment.