Change unauthenticated responses to be cached in REST API (#24348)
This commit is contained in:
@ -18,6 +18,7 @@ class Api::V1::AccountsController < Api::BaseController
|
||||
override_rate_limit_headers :follow, family: :follows
|
||||
|
||||
def show
|
||||
cache_if_unauthenticated!
|
||||
render json: @account, serializer: REST::AccountSerializer
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user