Skip to content

Commit 0041028

Browse files
committed
use method when executing
1 parent dbea3cd commit 0041028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/bins/run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { createCompoundId } = require("../../utils");
33

44
module.exports = (client) => (req, res, next) => {
55
const compoundId = createCompoundId(
6-
req.headers["insomnia-mock-method"],
6+
req.method,
77
req.params.uuid,
88
req.params[0],
99
);

0 commit comments

Comments
 (0)