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

This commit is contained in:
Eugen Rochko 2019-11-28 04:07:49 +01:00 committed by GitHub
parent 8040923501
commit d9793b2367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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