Skip to content

Commit

Permalink
fix: update dcard api url DIYgod#6697
Browse files Browse the repository at this point in the history
  • Loading branch information
jaky0089 committed Apr 28, 2021
1 parent 9432102 commit 1e24164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/dcard/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 - `;

Expand Down

0 comments on commit 1e24164

Please sign in to comment.