Skip to content

Commit

Permalink
Merge branch 'main' into instrumentation-sequelize
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Sep 11, 2024
2 parents 8bfac99 + 7448d37 commit f9efe6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.get(['/test/array1', /\/test\/array[2-9]/], (_req, res) => {
res.send({ response: 'response 3' });
});

app.get(['/test', 6, /test/], (_req, res) => {
app.get(['/test', '6', /test/], (_req, res) => {
res.send({ response: 'response 4' });
});

Expand Down

0 comments on commit f9efe6d

Please sign in to comment.