fix(route): update dcard api url DIYgod#6697 (#7441)

This commit is contained in:
jaky0089 2021-05-13 03:15:57 +08:00 committed by GitHub
parent 0e38a2141b
commit d64c17a8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 - `;