diff --git a/lib/routes/konachan/post_popular_recent.js b/lib/routes/konachan/post_popular_recent.js index 84e71d1d0..b78f68a87 100644 --- a/lib/routes/konachan/post_popular_recent.js +++ b/lib/routes/konachan/post_popular_recent.js @@ -9,7 +9,7 @@ module.exports = async (ctx) => { const response = await got({ method: 'get', - baseUrl, + prefixUrl: baseUrl, url: '/post/popular_recent.json', searchParams: queryString.stringify({ period,