diff --git a/src/controller/api.js b/src/controller/api.js index a28f8b6..4f166c7 100644 --- a/src/controller/api.js +++ b/src/controller/api.js @@ -11,7 +11,7 @@ function md5(str) { module.exports = class extends Base { async __before() { - if (['userRegister', 'userLogin', 'noteShare', 'bookmarkDownload'].indexOf(this.ctx.action) >= 0) { + if (['userRegister', 'userLogin', 'noteShare', 'bookmarkDownload', 'hotBookmarks', 'hotBookmarksRandom'].indexOf(this.ctx.action) >= 0) { return; } try {