From 8d903c60c8a5f011adc838f10dd0443a01622a8e Mon Sep 17 00:00:00 2001 From: prnake <52364396+prnake@users.noreply.github.com> Date: Mon, 18 May 2020 12:13:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20fix=20=E4=B8=94=E5=90=AC=E9=A3=8E?= =?UTF-8?q?=E5=90=9F=20url=20(#4770)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/qtfyfl/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/qtfyfl/category.js b/lib/routes/qtfyfl/category.js index 22456a4c7..e6ca14c31 100644 --- a/lib/routes/qtfyfl/category.js +++ b/lib/routes/qtfyfl/category.js @@ -30,7 +30,7 @@ const categoryCodes = { // "youqiubiying": "有求必应", }; -const host = 'http://www.qtfyfl.com'; +const host = 'http://www.qtfy9.com'; module.exports = async (ctx) => { const category = ctx.params.category;