Skip to content

Commit 567948c

Browse files
committed
Set path correctly
1 parent 6d0a7f3 commit 567948c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/github/webhooks/index.js renamed to api/github/webhooks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { createNodeMiddleware, createProbot } = require("probot");
22

3-
const app = require('../../../app');
3+
const app = require("../../app");
44

55
module.exports = createNodeMiddleware(app, {
66
probot: createProbot(),

0 commit comments

Comments
 (0)