fix: 瓦斯author链接更改 (#2358)
This commit is contained in:
parent
0b876b7a4e
commit
60f3d43c7f
|
|
@ -3,7 +3,7 @@ const cheerio = require('cheerio');
|
|||
|
||||
module.exports = async (ctx) => {
|
||||
const { id } = ctx.params;
|
||||
const url = `https://wx.qnmlgb.tech/authors/${id}`;
|
||||
const url = `https://qnmlgb.tech/authors/${id}`;
|
||||
|
||||
const response = await got({
|
||||
method: 'get',
|
||||
|
|
|
|||
Loading…
Reference in New Issue