We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430982e commit e0f4bb4Copy full SHA for e0f4bb4
api/github/webhooks.js renamed to api/github/webhooks/index.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