From e5bcec55e4a23cfc9c7f9fca755f2595c0d61af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=89=E5=87=89?= Date: Tue, 30 Apr 2019 00:19:24 +0800 Subject: [PATCH] fix: laosiji https error (#2014) --- lib/routes/laosiji/feed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/laosiji/feed.js b/lib/routes/laosiji/feed.js index c42eeb9b1..53bd7003b 100644 --- a/lib/routes/laosiji/feed.js +++ b/lib/routes/laosiji/feed.js @@ -4,7 +4,7 @@ const parseDate = require('../../utils/date'); module.exports = async (ctx) => { const response = await axios({ method: 'post', - url: 'http://www.laosiji.com/api/topic/feed/list', + url: 'https://www.laosiji.com/api/topic/feed/list', }); const data = response.data.body.sns.list;