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