Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
arlindvall committed Feb 10, 2024
1 parent 0125456 commit 7949d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.get('/', (req, res) => {

app.get('/add/:n/:m', (req, res) => {
res.json(Number(req.params.n) + Number(req.params.m))

});

app.listen(port);

0 comments on commit 7949d86

Please sign in to comment.