Skip to content

Commit

Permalink
fix(deps): update probot to v13 (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Feb 9, 2024
1 parent d8a604e commit 70b9da8
Show file tree
Hide file tree
Showing 4 changed files with 646 additions and 7,804 deletions.
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { createNodeMiddleware, createProbot } = require("probot");

const app = require("../");
const probot = createProbot();
const middleware = createNodeMiddleware(app, { probot });
const middleware = createNodeMiddleware(app, { probot, webhooksPath: "/" });

/**
* Redirect `GET /` to `/stats`, pass `POST /` to Probot's middleware
Expand Down
Loading

0 comments on commit 70b9da8

Please sign in to comment.