mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-16 23:14:11 +01:00
Fix wrong "only" target in previous commit
This commit is contained in:
parent
da8c3bed5c
commit
7e0108bccd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::Trends::StatusesController < Api::BaseController
|
||||
before_action :require_user!, only: [:show], if: :require_auth?
|
||||
before_action :require_user!, only: [:index], if: :require_auth?
|
||||
before_action :set_statuses
|
||||
|
||||
after_action :insert_pagination_headers
|
||||
|
|
Loading…
Reference in a new issue