fix: 瓦斯author链接更改 (#2358)

This commit is contained in:
dxmpalb
2019-06-10 11:58:35 +08:00
committed by DIYgod
parent 0b876b7a4e
commit 60f3d43c7f

View File

@@ -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',