Fix proofs API being inaccessible in secure mode (#12495)

lolsob-rspec
Eugen Rochko 2019-11-28 04:07:49 +01:00 committed by GitHub
parent 2337455895
commit 5761622a1e
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
class Api::ProofsController < Api::BaseController
include AccountOwnedConcern
skip_before_action :require_authenticated_user!
before_action :set_provider
def index