We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87ab6f commit e6d31a0Copy full SHA for e6d31a0
src/Routers/FunctionsRouter.js
@@ -66,7 +66,8 @@ export class FunctionsRouter extends PromiseRouter {
66
user: req.auth && req.auth.user,
67
installationId: req.info.installationId,
68
log: req.config.loggerController && req.config.loggerController.adapter,
69
- headers: req.headers
+ headers: req.headers,
70
+ functionName: req.params.functionName
71
};
72
73
if (theValidator && typeof theValidator === "function") {
0 commit comments