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 163bd84 commit eafc8a2Copy full SHA for eafc8a2
function.js
@@ -1,4 +1,4 @@
1
const { createNodeMiddleware, createProbot } = require("probot");
2
const app = require("./app");
3
4
-exports.probotApp = createNodeMiddleware(app, { probot: createProbot() });
+exports.probotApp = createNodeMiddleware(app, { probot: createProbot(), webhooksPath: "/" });
0 commit comments