Skip to content

Commit 430982e

Browse files
committed
Revert "Small changes"
This reverts commit 81d3533.
1 parent 81d3533 commit 430982e

File tree

3 files changed

+8
-502
lines changed

3 files changed

+8
-502
lines changed

api/github/webhooks.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
const { createNodeMiddleware, createProbot } = require("probot");
2+
23
const app = require("../../app");
34

45
module.exports = createNodeMiddleware(app, {
5-
probot: createProbot()
6+
probot: createProbot(),
7+
webhooksPath: "/api/github/webhooks",
68
});

0 commit comments

Comments
 (0)