Skip to content

Commit

Permalink
use method when executing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Aug 27, 2024
1 parent dbea3cd commit 0041028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/bins/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { createCompoundId } = require("../../utils");

module.exports = (client) => (req, res, next) => {
const compoundId = createCompoundId(
req.headers["insomnia-mock-method"],
req.method,
req.params.uuid,
req.params[0],
);
Expand Down

0 comments on commit 0041028

Please sign in to comment.