Skip to content

Commit e0f4bb4

Browse files
committed
Revert "Set path correctly"
This reverts commit 567948c.
1 parent 430982e commit e0f4bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/github/webhooks.js renamed to api/github/webhooks/index.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)