mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-01 01:13:44 +01:00
Remove failing skip_before_action from v1/custom_emojis_controller.rb
Fixes incorrect merge at 9eb149477a
This commit is contained in:
parent
fdee1b200e
commit
46b97c9826
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
class Api::V1::CustomEmojisController < Api::BaseController
|
||||
vary_by '', unless: :disallow_unauthenticated_api_access?
|
||||
skip_before_action :set_cache_headers
|
||||
skip_before_action :require_authenticated_user!, unless: :whitelist_mode?
|
||||
|
||||
def index
|
||||
|
|
Loading…
Reference in a new issue