Skip to content

Commit

Permalink
Fix proofs API being inaccessible in secure mode (mastodon#12495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and multiple creatures committed Feb 21, 2020
1 parent f521c4f commit a373fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/api/proofs_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
class Api::ProofsController < Api::BaseController
include AccountOwnedConcern

skip_before_action :require_authenticated_user!

before_action :set_provider

def index
Expand Down

0 comments on commit a373fdc

Please sign in to comment.