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