diff --git a/function.js b/function.js index d46e317..0ddf609 100644 --- a/function.js +++ b/function.js @@ -1,4 +1,4 @@ const { createNodeMiddleware, createProbot } = require("probot"); const app = require("./app"); -exports.probotApp = createNodeMiddleware(app, { probot: createProbot() }); +exports.probotApp = createNodeMiddleware(app, { probot: createProbot(), webhooksPath: "/" });