remove console.log
This commit is contained in:
parent
b61990fc69
commit
394fb82899
|
|
@ -13,7 +13,6 @@ module.exports = async (ctx) => {
|
|||
});
|
||||
|
||||
const data = response.data;
|
||||
console.log(`https://www.dcard.tw/_api/posts?popular=${type === 'popular' ? 'true' : 'false'}&limit=30`, `https://www.dcard.tw/f?latest=${type === 'popular' ? 'false' : 'true'}`);
|
||||
|
||||
ctx.state.data = {
|
||||
title: `Dcard ${type === 'popular' ? '熱門' : '最新'}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue