Skip to content

Commit 81d3533

Browse files
committed
Small changes
1 parent 567948c commit 81d3533

File tree

3 files changed

+502
-8
lines changed

3 files changed

+502
-8
lines changed

api/github/webhooks.js

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

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

0 commit comments

Comments
 (0)