We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba2d28 commit 5912769Copy full SHA for 5912769
dist/express-service.js
@@ -61585,7 +61585,7 @@ function expressService (app) {
61585
61586
var req = {
61587
url: parsedUrl.href,
61588
- method: 'GET',
+ method: event.request.method,
61589
headers: {},
61590
unpipe: function () {}
61591
}
src/service.js
@@ -45,7 +45,7 @@ function expressService (app) {
45
46
47
48
49
50
51
0 commit comments