mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 21:47:57 +08:00
修复github地址 (#1763)
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = async (ctx) => {
|
|||||||
const user = ctx.params.user;
|
const user = ctx.params.user;
|
||||||
const repo = ctx.params.repo;
|
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 url = `https://api.github.com/repos/${user}/${repo}/pulls`;
|
||||||
|
|
||||||
const response = await axios({
|
const response = await axios({
|
||||||
|
|||||||
Reference in New Issue
Block a user