We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d3533 commit 430982eCopy full SHA for 430982e
api/github/webhooks.js
@@ -1,6 +1,8 @@
1
const { createNodeMiddleware, createProbot } = require("probot");
2
+
3
const app = require("../../app");
4
5
module.exports = createNodeMiddleware(app, {
- probot: createProbot()
6
+ probot: createProbot(),
7
+ webhooksPath: "/api/github/webhooks",
8
});
0 commit comments