diff --git a/lib/routes/github/pulls.js b/lib/routes/github/pulls.js index d615b2bc1a..c1c6d567e7 100644 --- a/lib/routes/github/pulls.js +++ b/lib/routes/github/pulls.js @@ -8,7 +8,7 @@ module.exports = async (ctx) => { const user = ctx.params.user; const repo = ctx.params.repo; - const host = `https://github.com/${user}/${repo}/pull`; + const host = `https://github.com/${user}/${repo}/pulls`; const url = `https://api.github.com/repos/${user}/${repo}/pulls`; const response = await axios({