diff --git a/src/routes/activitypub.js b/src/routes/activitypub.js index 6c13fea365..4e87aa1aa6 100644 --- a/src/routes/activitypub.js +++ b/src/routes/activitypub.js @@ -20,9 +20,9 @@ module.exports = function (app, middleware, controllers) { const middlewares = [ middleware.activitypub.enabled, - middleware.activitypub.pageview, middleware.activitypub.assertS2S, middleware.activitypub.verify, + middleware.activitypub.pageview, middleware.activitypub.configureResponse, ];