fix: konachan base url due to got v10 (#3939)
This commit is contained in:
parent
babe4e48a8
commit
cae4bb2e55
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue