forbid get favicon

This commit is contained in:
HelloWorld 2019-11-11 14:19:52 +08:00
parent 1f7ca0f9b5
commit 9fd5ec60d7
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -82,7 +82,7 @@ app.use(function (err, req, res, next) {
// 卡片这模式就没怎么用过,干掉了。 // 卡片这模式就没怎么用过,干掉了。
// api.checkSnapFaviconState(); // api.checkSnapFaviconState();
// api.getSnapByTimer(); // api.getSnapByTimer();
api.getFaviconByTimer(); // api.getFaviconByTimer();
api.getHotBookmarksByTimer(); api.getHotBookmarksByTimer();
module.exports = app; module.exports = app;