Skip to content

Commit

Permalink
fix(route): update dcard api url DIYgod#6697 (DIYgod#7441)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaky0089 authored May 12, 2021
1 parent 0e38a21 commit d64c17a
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 d64c17a

Please sign in to comment.