Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjangarge committed Nov 2, 2020
1 parent a522029 commit 1f4a07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ app.get('/perf', (req, res) => {
console.log("counted till " + i);
res.status(200)
.send({
message: "counted till " + i"
message: "counted till " + i
});
})

Expand Down

0 comments on commit 1f4a07f

Please sign in to comment.