From 1e24164d32f655050b150f8e0cad586f7de1d7c5 Mon Sep 17 00:00:00 2001 From: jaky0089 Date: Wed, 28 Apr 2021 05:30:12 +0000 Subject: [PATCH] fix: update dcard api url DIYgod#6697 --- lib/routes/dcard/section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/dcard/section.js b/lib/routes/dcard/section.js index 194c6ece6a5aac..5131308a734746 100644 --- a/lib/routes/dcard/section.js +++ b/lib/routes/dcard/section.js @@ -6,7 +6,7 @@ module.exports = async (ctx) => { let link = `https://www.dcard.tw/f`; - let api = `https://www.dcard.tw/_api`; + let api = `https://www.dcard.tw/service/api/v2`; let title = `Dcard - `;